cURL
curl --request GET \ --url https://api.trillet.ai/v1/api/gcal/calendars \ --header 'x-api-key: <api-key>' \ --header 'x-workspace-id: <x-workspace-id>'
{ "calendars": [ { "id": "primary", "summary": "John Doe", "primary": true }, { "id": "appointments@company.com", "summary": "Appointments", "primary": false } ] }
List all available Google Calendars for the connected account.