> For the complete documentation index, see [llms.txt](https://docs.spike.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spike.sh/oncall-schedules/calendar-sync-for-oncall/apple-calendar-sync.md).

# Apple Calendar

<figure><img src="/files/EKSRHibKSMXrl3bihLfm" alt="Export on-call schedule to your calendar"><figcaption></figcaption></figure>

## Add On-call schedule to Apple Calendar

View your Spike on-call shifts directly from the Calendar app on your Mac, iPhone, or iPad. By subscribing to your on-call calendar, updates will appear automatically whenever your calendar refreshes.

#### Subscribe to Your On-Call Calendar (Mac)

1. Copy your **calendar subscription link** from Spike.
   1. Go to the Settings page for your on-call schedule.
   2. Click Sync Calendar and copy the provided link.
2. Open the Calendar app on your Mac.
3. In the menu bar, click File → New Calendar Subscription.
4. Paste the link and click Subscribe.
5. Name your calendar (for example, “Spike On-Call”) and click OK.

Your on-call shifts will appear automatically in the Calendar app.

***

#### Subscribe from iPhone or iPad

1. Copy your Spike calendar link.
2. Go to Settings → Calendar → Accounts → Add Account → Other.
3. Tap Add Subscribed Calendar.
4. Paste the link and tap Next.
5. Tap Save.

Your on-call schedule will now appear in the Calendar app and stay updated automatically.

{% hint style="info" %}
If you use iCloud Calendar, subscribing from your Mac will sync the on-call calendar across all your Apple devices automatically.
{% endhint %}

***

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Google Calendar</strong></td><td></td><td><a href="/pages/qSgETdzciZP72TGojOmN">/pages/qSgETdzciZP72TGojOmN</a></td><td><a href="/files/iM1t9H1SNkAyyBaayjrb">/files/iM1t9H1SNkAyyBaayjrb</a></td></tr><tr><td><strong>Microsoft Outlook</strong></td><td></td><td><a href="/pages/UPxgpuXRC1LBAAN8uQe6">/pages/UPxgpuXRC1LBAAN8uQe6</a></td><td><a href="/files/eYlnjFnhO3R67uHNjZ76">/files/eYlnjFnhO3R67uHNjZ76</a></td></tr></tbody></table>


---

# 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.spike.sh/oncall-schedules/calendar-sync-for-oncall/apple-calendar-sync.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.
