ISPO SDK
    Preparing search index...

    Interface GoogleCalendarEvent

    Markdown
    interface GoogleCalendarEvent {
        accountId?: string;
        attendees?: GoogleCalendarAttendee[];
        calendarId: string;
        created?: string;
        creator?: GoogleCalendarPerson;
        description?: string;
        end: GoogleCalendarDateTime;
        etag?: string;
        htmlLink?: string;
        id: string;
        location?: string;
        organizer?: GoogleCalendarPerson;
        recurrence?: string[];
        recurringEventId?: string;
        start: GoogleCalendarDateTime;
        status: string;
        summary?: string;
        updated?: string;
    }
    Index
    accountId?: string
    calendarId: string
    created?: string
    description?: string
    etag?: string
    htmlLink?: string
    id: string
    location?: string
    recurrence?: string[]
    recurringEventId?: string
    status: string
    summary?: string
    updated?: string