List Calendars
Retrieves all calendars that have been integrated with the system for the authenticated user. Returns a list of calendars with their names, email addresses, provider information, and sync status. This endpoint shows only calendars that have been formally connected through the create_calendar endpoint, not all available calendars from the provider.
Authorization
ApiKeyAuth x-meeting-baas-api-key<token>
API key for authentication
In: header
Response Body
application/json
curl -X GET "https://api.meetingbaas.com/calendars/"[
{
"email": "string",
"google_id": "string",
"name": "string",
"resource_id": "string",
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}
]