Get Calendar
GET/calendars/:calendarId
Get calendar by ID
Request
Version stringrequired
API Version
Available options
v3calendarId stringrequired
Calendar Id
Successful response
- application/json
- Schema
- Example (auto)
Schema
calendarobjectrequired
Calendar details
{
"calendar": {
"id": "0TkCdp9PfvLeWKYRRvIz",
"name": "test calendar",
"locationId": "ocQHyuzHvysMo5N5VsXc"
}
}