Google Apps Script API
    Preparing search index...
    interface Event {
        anyoneCanAddSelf?: boolean;
        attachments?: EventAttachment[];
        attendees?: EventAttendee[];
        attendeesOmitted?: boolean;
        colorId?: string;
        conferenceData?: GoogleAppsScript.Calendar.Schema.ConferenceData;
        created?: string;
        creator?: EventCreator;
        description?: string;
        end?: EventDateTime;
        endTimeUnspecified?: boolean;
        etag?: string;
        eventType?: "default" | "outOfOffice" | "focusTime" | "workingLocation";
        extendedProperties?: EventExtendedProperties;
        gadget?: EventGadget;
        guestsCanInviteOthers?: boolean;
        guestsCanModify?: boolean;
        guestsCanSeeOtherGuests?: boolean;
        hangoutLink?: string;
        htmlLink?: string;
        iCalUID?: string;
        id?: string;
        kind?: string;
        location?: string;
        locked?: boolean;
        organizer?: EventOrganizer;
        originalStartTime?: EventDateTime;
        privateCopy?: boolean;
        recurrence?: string[];
        recurringEventId?: string;
        reminders?: EventReminders;
        sequence?: number;
        source?: EventSource;
        start?: EventDateTime;
        status?: string;
        summary?: string;
        transparency?: string;
        updated?: string;
        visibility?: string;
        workingLocationProperties?: EventWorkingLocationProperties;
    }
    Index

    Properties

    anyoneCanAddSelf?: boolean
    attachments?: EventAttachment[]
    attendees?: EventAttendee[]
    attendeesOmitted?: boolean
    colorId?: string
    created?: string
    creator?: EventCreator
    description?: string
    endTimeUnspecified?: boolean
    etag?: string
    eventType?: "default" | "outOfOffice" | "focusTime" | "workingLocation"
    extendedProperties?: EventExtendedProperties
    gadget?: EventGadget
    guestsCanInviteOthers?: boolean
    guestsCanModify?: boolean
    guestsCanSeeOtherGuests?: boolean
    hangoutLink?: string
    htmlLink?: string
    iCalUID?: string
    id?: string
    kind?: string
    location?: string
    locked?: boolean
    organizer?: EventOrganizer
    originalStartTime?: EventDateTime
    privateCopy?: boolean
    recurrence?: string[]
    recurringEventId?: string
    reminders?: EventReminders
    sequence?: number
    source?: EventSource
    status?: string
    summary?: string
    transparency?: string
    updated?: string
    visibility?: string
    workingLocationProperties?: EventWorkingLocationProperties