Calendars API
The Calendars API is used to perform actions on a particular calendar or a list of calendars. Using the Calendars API, you can make changes to an existing calendar or add/delete calendars. Each calendar is identified using a unique ID.
Based on the permission and the origin, Calendars are categorized as:
My Calendars: These are personal calendars that are created and managed only by you.
App Calendars: Calendars that are subscribed from other applications like Zoho CRM, Google Calendar etc.
Group Calendars: Calendars that are created for groups within the organization.
Other Calendars: Any other calendar available in public to be added is listed under Other Calendars. Eg. Holiday calendars, Shared calendars, Subscribed public calendars, Birthday calendars.
The /calendar/* endpoint is used to make changes to your calendars. The list of methods that are supported by the Calendar are GET, POST, PUT and DELETE.
Methods:
GET - Get calendar list
Gets the list of all calendars.
GET - Get calendar details
Gets the information of a particular calendar.
POST - Create new calendar
Creates a new calendar.
PUT - Update calendar
Updates an existing calendar.
DELETE - Delete calendar
Deletes an existing calendar.