A calendar row for the active-calendar dropdown.

interface CalendarRow {
    active: boolean;
    id: string;
    label: string;
}

Properties

Properties

active: boolean

Whether this is the active calendar.

id: string

The calendar id.

label: string

The localized calendar label.