Search calendars

Search for calendars you've previously created. Returns a search result object that contains a calendar property that contains an array of up to page_size calendars. If no calendars match the query, the resulting array will be empty.

Query Params
calendar_ids
array of strings

Comma-separated list of calendar IDs. Limits search results to those specific calendars.

calendar_ids
integer
≥ 1
Defaults to 1

Page number of the search results. The first page of results is page=1.

integer
1 to 20
Defaults to 10

A limit on the number of objects to be returned. page_size must be between 1 and 20, and the default is 10.

string
Defaults to created

The calendar property to sort by. Allowed values are created, or title. If sort_order is provided, then sort_by must also be provided.

string
Defaults to desc

The order of the returned search results, sorted by the property specified in sort_by. Allowed values are asc or desc. If sort_order is provided, then sort_by must also be provided.

Responses

Language
Credentials
APIkey
Click Try It! to start a request and see the response here! Or choose an example:
application/json