API Docs / Schemas / CalendarFeedDto

CalendarFeedDto

The current user's iCalendar subscription feed.

Properties

Name Type Description
feedUrlstring

The secret feed URL to paste into Google Calendar, Outlook or Apple Calendar.
Anyone holding it can read the feed, so treat it like a password.

The secret feed URL to paste into Google Calendar, Outlook or Apple Calendar.
Anyone holding it can read the feed, so treat it like a password.

webcalUrlstring

The same URL with the webcal scheme, which calendar apps register a handler for.

The same URL with the webcal scheme, which calendar apps register a handler for.

createdDatestring

When the feed was first created.

When the feed was first created.

updatedDatestring

When the URL was last reset. Null if it has never been reset.

When the URL was last reset. Null if it has never been reset.

lastAccessedAtstring

When a calendar app last fetched the feed. Null until the first fetch — the signal
that a subscription is actually live.

When a calendar app last fetched the feed. Null until the first fetch — the signal
that a subscription is actually live.

JSON Example

{
  "feedUrl": "string",
  "webcalUrl": "string",
  "createdDate": "2024-01-01T00:00:00Z",
  "updatedDate": "2024-01-01T00:00:00Z",
  "lastAccessedAt": "2024-01-01T00:00:00Z"
}

Used By Operations