CalendarExceptionModel
16 Dec 20251 minute to read
Interface for a class CalendarException
Properties
from Date|string
Specifies the start date of the calendar exception.
Accepts a Date object or ISO-formatted string.
label string
Defines a label or description for the exception.
Useful for display purposes or export annotations (e.g., “Diwali Break”, “Maintenance Window”).
to Date|string
Specifies the end date of the calendar exception.
Accepts a Date object or ISO-formatted string.