API Docs / Schemas / CalendarSubscriptionDto

CalendarSubscriptionDto

One of the current user's external calendar subscriptions.

Properties

Name Type Description
codestring

Unique code identifying the subscription.

Unique code identifying the subscription.

namestring

Display name for the calendar.

Display name for the calendar.

colorstring

Hex display colour for events from this calendar (e.g. "#3B82F6").

Hex display colour for events from this calendar (e.g. "#3B82F6").

urlstring

The ICS feed URL. A secret-address URL grants read access to the source calendar, so
treat it like a password.

The ICS feed URL. A secret-address URL grants read access to the source calendar, so
treat it like a password.

isVisibleboolean

Whether events from this calendar are currently shown on the task calendar.

Whether events from this calendar are currently shown on the task calendar.

lastFetchedAtstring

When the feed was last actually fetched from the source.

When the feed was last actually fetched from the source.

lastFetchStatusenum

NeverFetched Ok Failed

NeverFetched Ok Failed

lastFetchErrorstring

Why the most recent fetch failed. Null while the feed is healthy.

Why the most recent fetch failed. Null while the feed is healthy.

createdDatestring

When the subscription was created.

When the subscription was created.

updatedDatestring

When the subscription was last edited. Null if never edited.

When the subscription was last edited. Null if never edited.

JSON Example

{
  "code": "string",
  "name": "string",
  "color": "string",
  "url": "string",
  "isVisible": false
}

Used By Operations