@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface CalendarEvent

    interface CalendarEvent {
        attendees?: CalendarEventAttendee[];
        description?: string;
        end_time?: string;
        id?: string;
        location?: string;
        meeting_id?: string;
        organizer?: CalendarEventAttendee;
        start_time?: string;
        title?: string;
    }
    Index

    Properties

    attendees?: CalendarEventAttendee[]
    description?: string
    end_time?: string
    id?: string
    location?: string
    meeting_id?: string
    start_time?: string
    title?: string