Calendar Feed
Per-user iCalendar (.ics) subscription feeds. Users get a secret feed URL they can subscribe to from Google Calendar, Outlook or Apple Calendar, showing their tasks on their start dates. The feed endpoint itself is anonymous — calendar clients cannot authenticate, so the token in the URL is the credential and can be reset if it leaks.
-
GET Get Calendar FeedGets the current user's iCalendar subscription URL, creating it on first request./tenants/{tenant}/calendar-feed
-
POST Reset Calendar FeedIssues a new secret URL for the current user's feed. Existing subscriptions to the old URL stop working immediately./tenants/{tenant}/calendar-feed/reset
-
GET Get Calendar Feed FileReturns the iCalendar document for a feed token. Called anonymously by calendar clients./calendar-feed/{token}.ics