Interface GETCalendarEventRSVPSResponse

interface GETCalendarEventRSVPSResponse {
    calendarEventRsvps: APICalendarEventRSVP[];
}

Properties

calendarEventRsvps: APICalendarEventRSVP[]