CalendarFeedDto
The current user's iCalendar subscription feed.
Properties
| Name | Type | Description |
|---|---|---|
| feedUrl | string | The secret feed URL to paste into Google Calendar, Outlook or Apple Calendar. |
The secret feed URL to paste into Google Calendar, Outlook or Apple Calendar. | ||
| webcalUrl | string | 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. | ||
| createdDate | string | When the feed was first created. |
When the feed was first created. | ||
| updatedDate | string | 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. | ||
| lastAccessedAt | string | When a calendar app last fetched the feed. Null until the first fetch — the signal |
When a calendar app last fetched the feed. Null until the first fetch — the signal | ||
JSON Example
{
"feedUrl": "string",
"webcalUrl": "string",
"createdDate": "2024-01-01T00:00:00Z",
"updatedDate": "2024-01-01T00:00:00Z",
"lastAccessedAt": "2024-01-01T00:00:00Z"
}