Google Apps Script API
    Preparing search index...
    interface CalendarEventObject {
        attendees: AttendeeObject[];
        calendarId: string;
        capabilities: {
            canAddAttendees: boolean;
            canSeeAttendees: boolean;
            canSeeConferenceData: boolean;
            canSetConferenceData: boolean;
            conferenceData: ConferenceDataObject;
        };
        id: string;
        organizer: { email: string };
        recurringEventId: string;
    }
    Index

    Properties

    attendees: AttendeeObject[]
    calendarId: string
    capabilities: {
        canAddAttendees: boolean;
        canSeeAttendees: boolean;
        canSeeConferenceData: boolean;
        canSetConferenceData: boolean;
        conferenceData: ConferenceDataObject;
    }
    id: string
    organizer: { email: string }
    recurringEventId: string