deputy_get_my_calendar_url
Get your personal Deputy roster as an iCal subscription link to sync shifts into Google, Apple, or Outlook calendars.
Instructions
Return the signed-in user's personal Deputy calendar (iCal) subscription URL.
Deputy publishes a per-user, read-only iCal feed of your roster (the CalendarURL on /api/v1/me). Add the returned link to any calendar app (Google Calendar, Apple Calendar, Outlook) to see your shifts there; it stays in sync as your roster changes. Works at any access level — it reads only your own /me record.
When NOT to use: to read the shifts themselves here (use deputy_get_my_roster or deputy_next_shift) — this only returns the subscription link.
Returns markdown (the subscription link, or a note that this install exposes none)
or, with response_format="json", an object {"calendar_url"} whose value is a
string or null. In iCal mode the feed URL is the configured secret and is never
printed; the tool confirms it is configured without revealing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' (human-readable, default) or 'json' (raw records). | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |