Introduction
Provides of information about the calendars in which the user have access.
Supported methods:
- GET
acceptation
- POST
development
GET /calendars/
Returns a default response object with a list of Calendar objects inside the data object.
parameters
Parameter | Required | |
---|---|---|
ids |
false | Array of calendar ids. To filter on specific events (response is not equally ordered) |
service_ids |
false | Array of service ids to filter on. Note: still only returns events the requester has access to. |
categories |
false | Array of Calendar Category |
sync_token |
false | Sync Token |
POST parameters
All required attributes of a calendar should be sent, and all editable params can be sent as a param
PATCH parameters
All editable params of a calendar can be sent as a param and it will be replaced with the new value
GET /calendars/<calendar_id>
/
Supported methods:
- GET
acceptation
GET: /calendars/<calendar_id>
/
- Returns a default response object with a list containing the requested Calendar object inside the data object.