> For the complete documentation index, see [llms.txt](https://docs.kinwall.family/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kinwall.family/connecting-calendars/ics-feeds.md).

# ICS feeds

Any `https://` (or `webcal://`) iCalendar URL can be subscribed to **read-only**: school and sports schedules, holidays, Google's "secret address in iCal format", Outlook's published calendars, and public iCloud calendars.

## Add one

**Settings → Calendars → + ICS URL** opens **Add ICS calendar**: a **Name** and the **ICS URL**. The setup wizard offers the same thing as **🔗 Subscribe to a link**.

## Behaviour

* Events are read-only: no Edit or Delete. You can still tag **members**, set a **category** and add **travel time**. Those stay in Kinwall. See [Writable vs read-only](/connecting-calendars/writable-vs-read-only.md).
* The feed URL is treated as a secret. It's encrypted at rest and never returned by the API. It *is* included in your own [export](/your-data/export-import.md), so an import reconnects the feed.
* If the feed hasn't changed since the last sync, Kinwall recognises it by fingerprint and skips it, which keeps CPU use low.
* Reminders (VALARMs) in the feed are used as the event's reminders.
* Redirects are followed, but each hop is checked again. Private and LAN addresses are refused unless you set `ALLOW_PRIVATE_FEED_URLS=1`. See [Private / LAN feeds](/connecting-calendars/private-feeds.md).

On the Cloudflare free tier, a very large feed can exceed the 10 ms CPU limit. See [Cloudflare specifics](/self-hosting-reference/cloudflare.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.kinwall.family/connecting-calendars/ics-feeds.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
