API Docs / Schemas / UpdateCalendarSubscriptionRequest

UpdateCalendarSubscriptionRequest

Full replacement of a calendar subscription's editable fields. A changed URL is re-validated
by fetching it.

Properties

Name Type Description
url*string

The ICS feed URL — https:// or webcal://.

The ICS feed URL — https:// or webcal://.

name*string

Display name for the calendar.

Display name for the calendar.

color*string

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

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

isVisibleboolean

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

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

JSON Example

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

Used By Operations