TaskCalendar

16 Dec 20251 minute to read

Defines a calendar specific to a task, including a unique identifier and optional inheritance from a parent calendar.

Properties

calendarId string

Specifies the unique identifier for the task calendar.
This ID is used to associate the calendar with a task via taskFields.calendarId.

Defaults to null

exceptions CalendarExceptionModel[]

Defines a collection of calendar exceptions that override default behavior.

Defaults to []

holidays HolidayModel[]

Defines a collection of visual holiday markers.

Defaults to []