7.1.0

interface CalendarSource {
    id: string;
    title: string;
    type: CalendarSourceType;
}

Properties

Properties

id: string

7.1.0

title: string

7.1.0

7.1.0