ISPO SDK
    Preparing search index...

    Interface GoogleCalendarListEventsInput

    Markdown
    interface GoogleCalendarListEventsInput {
        accountId?: string;
        calendarId: string;
        maxResults?: number;
        orderBy?: "updated" | "startTime";
        pageToken?: string;
        query?: string;
        singleEvents?: boolean;
        timeMax?: string;
        timeMin?: string;
    }
    Index
    accountId?: string
    calendarId: string
    maxResults?: number
    orderBy?: "updated" | "startTime"
    pageToken?: string
    query?: string
    singleEvents?: boolean
    timeMax?: string
    timeMin?: string