Integrations
Integrations
List available calendars
List available calendars for a user. This can be used to ie. populate a dropdown for the user to select a calendar.
get/integrations/google_calendar/list
Response
Successful Response
Example response
{
"items": [
{
"id": "amit.aardvark@gmail.com",
"name": "Amit's Calendar",
"primary": true,
"timezone": "America/New_York"
}
]
}