🗓️Calendars
Google Calendars
Get All Calendars
Return list of calendars for a user
GET
https://api.pyas.io/google/calendars
Gets all calendars that a user has access to.
Query Parameters
Name | Type | Description |
---|---|---|
accountId* | String | The user's Pyas account id. This is returned when you connect an account to Pyas. |
Headers
Name | Type | Description |
---|---|---|
x-api-key* | String | API key |
Get a Calendar by ID
Get a single calendar
GET
https://api.pyas.io/google/calendars/:id
Gets a calendar by id
Path Parameters
Name | Type | Description |
---|---|---|
:id* | String | The id of the calendar to retrieve |
Query Parameters
Name | Type | Description |
---|---|---|
accountId* | String | The user's Pyas account id. This is returned when you connect an account to Pyas |
Headers
Name | Type | Description |
---|---|---|
x-api-key* | String | API key |
Last updated