ISPO SDK
    Preparing search index...

    Interface GoogleCalendarFreebusyResult

    Markdown
    interface GoogleCalendarFreebusyResult {
        calendars: Record<string, GoogleCalendarFreebusyCalendar>;
        groups: Record<
            string,
            { calendars: string[]; errors?: { message?: string; reason: string }[] },
        >;
    }
    Index
    calendars: Record<string, GoogleCalendarFreebusyCalendar>
    groups: Record<
        string,
        { calendars: string[]; errors?: { message?: string; reason: string }[] },
    >