Skip to main content

Interface: CalendarFormData

Defined in: packages/sdk/src/types/calendar-types.ts:68

Properties

color?

optional color: string | null

Defined in: packages/sdk/src/types/calendar-types.ts:73


description?

optional description: string | null

Defined in: packages/sdk/src/types/calendar-types.ts:71


eventRules?

optional eventRules: EventRuleInput[]

Defined in: packages/sdk/src/types/calendar-types.ts:81

Ordered event rules to attach to the calendar in the same request. Server syncs by UUID: same-UUID updates, new UUID creates, omitted UUIDs are deleted. Omit (undefined) to leave existing rules unchanged.


eventTypeIds?

optional eventTypeIds: number[]

Defined in: packages/sdk/src/types/calendar-types.ts:75


isPublic?

optional isPublic: boolean

Defined in: packages/sdk/src/types/calendar-types.ts:74


name

name: string

Defined in: packages/sdk/src/types/calendar-types.ts:69


slug?

optional slug: string

Defined in: packages/sdk/src/types/calendar-types.ts:70


timezone?

optional timezone: string

Defined in: packages/sdk/src/types/calendar-types.ts:72