Retrieve a calendar
Retrieves the details of an existing calendar. Supply the unique calendar ID from either a calendar creation request or the calendar list, and Chron will return the corresponding calendar information.
Authorizations
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Path Parameters
The identifier of the calendar which will be returned.
Response
Calendars describe the specific calendars available to your customers. Calendars are populated with Events
.
Whether the calendar is currently available for use.
Time at which the object was created, in ISO 8601 format.
The calendar's description, meant to be displayable to the customer. Use this field to optionally store a long form explanation of the calendar for your own rendering purposes.
Unique identifier for the object.
An URL of an image for this calendar, meant to be displayable to the customer.
The calendar's name, meant to be displayable to the customer.
String representing the object's type. Objects of the same type share the same value.
calendar
Time at which the object was last updated, in ISO 8601 format.
A URL of a publicly-accessible webpage for this calendar.