ISPO SDK
    Preparing search index...

    Interface GoogleCalendarEventInput

    Markdown
    interface GoogleCalendarEventInput {
        attendees?: GoogleCalendarAttendee[];
        description?: string;
        end: GoogleCalendarDateTime;
        id?: string;
        location?: string;
        recurrence?: string[];
        start: GoogleCalendarDateTime;
        status?: string;
        summary?: string;
    }
    Index
    description?: string
    id?: string
    location?: string
    recurrence?: string[]
    status?: string
    summary?: string