Return a calendar for a given calendar id.

Returns the calendar referenced by id.

Public holidays: when the year query parameter is provided, the response also includes a holidays array with the public holidays of the calendar for that year. The list combines the holidays of the calendar template with the custom holidays defined for that calendar. When year is omitted, the holidays array is not returned.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The _id of the calendar entry to request.

Query Params
string
^[0-9]{4}$

The year to return the public holidays for, in YYYY format. When omitted, the response does not include the holidays array.

Headers
string
required

A valid bearer token.

Responses

401

UNAUTHORIZED. The Authorization header is incorrect, not provided or the token expired.

500

INTERNAL SERVER ERROR. Server error while resolving the public holidays of the calendar template.

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json