TimelineKit API
    Preparing search index...

    Interface RecurrenceException

    An exception to a recurring event for a specific occurrence. Stored on the master CalendarItem.

    interface RecurrenceException {
        isCancelled: boolean;
        originalStartTime: Date;
        overrides: CalendarItemOverrides | null;
    }
    Index

    Properties

    isCancelled: boolean

    true = this occurrence is cancelled (EXDATE)

    originalStartTime: Date

    Original start time of the occurrence per the recurrence rule (slot identifier)

    overrides: CalendarItemOverrides | null

    Overridden properties (only set keys override the master)