calendar_not_connected
HTTP Status: 403 Category: Scheduling
When you see this
The agency has not connected a Google Calendar, so the availability endpoint has no source to read slots from.
How to fix it
Connect Google Calendar at /settings/integrations in the dashboard. The connection token is resolved up the manager chain, so any agency ancestor's connection also works.
Example response
{
"error": {
"code": "calendar_not_connected",
"message": "The agency has not connected a Google Calendar, so the availability endpoint has no source to read slots from.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/calendar_not_connected",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}