View-model returned by buildCalendarViewModel.

interface CalendarViewModel {
    calendars: CalendarRow[];
    imported: ImportedCalendarRow[];
}

Properties

Properties

calendars: CalendarRow[]

All calendars as dropdown rows, with the active one flagged.

Non-builtin calendars that can be deleted via the settings UI.