ISPO SDK
    Preparing search index...

    Interface GoogleCalendarDeleteEventInput

    Markdown
    interface GoogleCalendarDeleteEventInput {
        accountId?: string;
        calendarId: string;
        eventId: string;
        sendUpdates?: "none" | "all" | "externalOnly";
    }
    Index
    accountId?: string
    calendarId: string
    eventId: string
    sendUpdates?: "none" | "all" | "externalOnly"