Calendar Events

Returns a CalendarEvent by ID.

get/calendarEvents/{calendarEventId}

Path parameters

calendarEventIdinteger required

Response

Successful Response

resultstring required

Example response

{
  "data": {
    "startTime": "2021-01-01T07:00:00.000Z",
    "endTime": "2021-01-01T17:00:00.000Z"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.