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

    Interface CalendarEventDetail

    Detailed calendar event information returned by GET /calendar/events/{id}

    interface CalendarEventDetail {
        attendee_count?: number;
        attendees?: CalendarEventAttendee[];
        description?: string;
        end_time?: string;
        id?: string;
        is_all_day?: boolean;
        location?: string;
        meeting_id?: string;
        organizer?: CalendarEventAttendee;
        start_time?: string;
        title?: string;
    }
    Index

    Properties

    attendee_count?: number

    This field is not present in the API response. Use attendees?.length instead. Will be removed in the next major version.

    attendees?: CalendarEventAttendee[]
    description?: string
    end_time?: string
    id?: string
    is_all_day?: boolean

    This field is not present in the API response. Will be removed in the next major version.

    location?: string
    meeting_id?: string
    start_time?: string
    title?: string