ISPO SDK
    Preparing search index...

    Interface GoogleCalendarPerson

    Markdown
    interface GoogleCalendarPerson {
        displayName?: string;
        email: string;
        self?: boolean;
    }

    Hierarchy

    Index
    displayName?: string
    email: string
    self?: boolean