Interface PATCHCalendarEventResponse

interface PATCHCalendarEventResponse {
    calendarEvent: APICalendarEvent;
}

Properties

Properties

calendarEvent: APICalendarEvent