ISPO SDK
    Preparing search index...

    Interface GoogleCalendarCreateEventInput

    Markdown
    interface GoogleCalendarCreateEventInput {
        accountId?: string;
        calendarId: string;
        event: GoogleCalendarEventInput;
        sendUpdates?: "none" | "all" | "externalOnly";
    }
    Index
    accountId?: string
    calendarId: string
    sendUpdates?: "none" | "all" | "externalOnly"