Get scheduling configuration
Event Types
Get scheduling configuration
Returns the scheduling configuration for a team event type. The response shape varies by scheduling type:
- roundRobin: Full configuration including hosts with priority, weight, and group assignment, host groups, and advanced settings (weights toggle, lead threshold, no-show calculations, CRM fallback).
- collective: Hosts with basic info and assignAllTeamMembers. Round-robin-specific fields are omitted.
- managed: Hosts with basic info and assignAllTeamMembers. Round-robin-specific fields are omitted.
Validates that the event type is a team event type. Returns 422 if the event type is not a team event type.
If accessed using an OAuth access token, the EVENT_TYPE_READ scope is required.
GET
Get scheduling configuration
Headers
Must be set to 2024-06-14. If not set to this value, the endpoint will default to an older version.
value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token