get_current_user | Get the authenticated user (includes the user URI and current_organization URI needed by most other calls). |
get_event_invitee | Fetch a single invitee of a scheduled event. |
get_event_type | Fetch a single event type by UUID. |
get_organization | Fetch an organization by UUID (get the current organization UUID from the current_organization URI of get_current_user). |
get_organization_membership | Fetch a single organization membership by UUID. |
get_routing_form | Fetch a single routing form by UUID. |
get_scheduled_event | Fetch a single scheduled event by UUID. |
get_user | Fetch a Calendly user by UUID. |
get_webhook_subscription | Fetch a single webhook subscription by UUID. |
list_event_invitees | List invitees of a scheduled event. |
list_event_type_available_times | List available scheduling slots for an event type within a time range (max 7 days). |
list_event_types | List event types belonging to a user or organization. |
list_organization_invitations | List pending, accepted or declined invitations of an organization. |
list_organization_memberships | List members of an organization, optionally filtered by email. |
list_routing_form_submissions | List submissions of a routing form. |
list_routing_forms | List routing forms of an organization. |
list_scheduled_events | List scheduled events for a user or organization, optionally filtered by status, invitee email or time range. |
list_user_availability_schedules | List the availability schedules of a user. |
list_user_busy_times | List busy time intervals for a user within a date range (max 7 days). |
list_webhook_subscriptions | List webhook subscriptions for an organization or user. |