ISPO SDK
    Preparing search index...

    Interface MockGoogleCalendarState

    Markdown
    interface MockGoogleCalendarState {
        accounts?: GoogleCalendarAccount[];
        calendars?: GoogleCalendarCalendar[];
        events?: GoogleCalendarEvent[];
        freebusy?: Record<string, GoogleCalendarFreebusyCalendar>;
    }
    Index
    freebusy?: Record<string, GoogleCalendarFreebusyCalendar>