Interface GETCalendarEventResponse

interface GETCalendarEventResponse {
    calendarEvent: APICalendarEvent;
}

Properties

Properties

calendarEvent: APICalendarEvent