List Calendars
Returns a paginated list of calendars.
Authorization
bearerAuth In: header
Query Parameters
Unique identifier for the resource.
Filters by any of the supplied id values.
Identifier assigned by an external system.
Whether the resource is default.
Filters resources by scheduling enabled.
Maximum number of resources to return.
100 <= value <= 100Opaque token returned by a previous page request.
1 <= lengthResponse Body
application/json
curl -X GET "https://api.getmateo.com/v1/calendars"{ "object": "list", "data": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "external_id": "string", "calendar_resource_id": "b91c4c5a-de69-4276-8281-8d05c6c9e77d", "type": "provider", "is_default": true, "scheduling_enabled": true, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } ], "next_page_url": "string", "previous_page_url": "string"}List Calendar Resources GET
Returns a paginated list of calendar Resources.
Update Calendar Blocked Time by External ID PATCH
Updates the row resolved by its immutable, case-sensitive external_id within this organisation. external_id cannot be changed. Repeating the same PATCH body is idempotent. Recurring masters and exceptions retain distinct locators, and exceptions reference the returned Mateo master UUID through series_id.