ISPO SDK
    Preparing search index...

    Interface GoogleCalendarCalendar

    Markdown
    interface GoogleCalendarCalendar {
        accessRole?: string;
        accountId: string;
        color?: { background?: string; foreground?: string };
        description?: string;
        id: string;
        primary?: boolean;
        summary: string;
        timeZone?: string;
    }
    Index
    accessRole?: string
    accountId: string
    color?: { background?: string; foreground?: string }
    description?: string
    id: string
    primary?: boolean
    summary: string
    timeZone?: string