Interface EditScheduledEventExceptionOptions

interface EditScheduledEventExceptionOptions {
    isCanceled?: null | boolean;
    reason?: string;
    scheduledEndTime?: null | string;
    scheduledStartTime?: null | string;
}

Properties

isCanceled?: null | boolean

Whether the scheduled event will be skipped on this recurrence.

reason?: string

The reason for editing the scheduled event exception.

scheduledEndTime?: null | string

The scheduled event's modified end time for this recurrence.

scheduledStartTime?: null | string

The scheduled event's modified start time for this recurrence.