A row in the imported-calendars list.

interface ImportedCalendarRow {
    id: string;
    label: string;
}

Properties

Properties

id: string

The calendar id.

label: string

The localized calendar label.