ISPO SDK
    Preparing search index...

    Interface GoogleCalendarUpdateEventInput

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