Google Apps Script API
    Preparing search index...
    interface Events {
        accessRole?: string;
        defaultReminders?: EventReminder[];
        description?: string;
        etag?: string;
        items?: GoogleAppsScript.Calendar.Schema.Event[];
        kind?: string;
        nextPageToken?: string;
        nextSyncToken?: string;
        summary?: string;
        timeZone?: string;
        updated?: string;
    }
    Index

    Properties

    accessRole?: string
    defaultReminders?: EventReminder[]
    description?: string
    etag?: string
    kind?: string
    nextPageToken?: string
    nextSyncToken?: string
    summary?: string
    timeZone?: string
    updated?: string