Google Apps Script API
    Preparing search index...
    interface EventOrganizer {
        displayName?: string;
        email?: string;
        id?: string;
        self?: boolean;
    }
    Index

    Properties

    displayName?: string
    email?: string
    id?: string
    self?: boolean