The registry fields the calendar view needs from each calendar.

interface CalendarRegEntry {
    builtin?: boolean;
    label: string;
}

Properties

Properties

builtin?: boolean

Whether the calendar ships with the system (vs. user-imported).

label: string

The calendar's display-label localization key.