Interface GETCalendarEventsResponse

interface GETCalendarEventsResponse {
    calendarEvents: APICalendarEvent[];
}

Properties

Properties

calendarEvents: APICalendarEvent[]