Calendly
api.calendly.com
Calendly is a scheduling automation platform that eliminates the back-and-forth of finding meeting times. Its REST API lets you manage event types, view scheduled events, check available times, and programmatically cancel or manage events. All resources are identified by URIs.
api_key
free
1.0
https://api.calendly.com
1
2026-03-01T11:07:02.000Z
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Capabilities
cancel_event
productivityCancel a scheduled event by its UUID, optionally providing a cancellation reason.
Detail: https://api.calendly.com/capabilities/cancel_event
get_invitee
analyticsGet details about a specific invitee of a scheduled event, including their responses and tracking info.
Detail: https://api.calendly.com/capabilities/get_invitee
get_user
emailRetrieve the authenticated user's profile information including name, email, timezone, and scheduling URL.
Detail: https://api.calendly.com/capabilities/get_user
list_available_times
productivityRetrieve available time slots for an event type within a date range.
Detail: https://api.calendly.com/capabilities/list_available_times
list_event_types
productivityRetrieve all event types for a user or organization, including active, inactive, and draft types.
Detail: https://api.calendly.com/capabilities/list_event_types
list_scheduled_events
productivityList all scheduled events (past and upcoming) for a user with filtering by status and date range.
Detail: https://api.calendly.com/capabilities/list_scheduled_events
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Calendly Description: Calendly is a scheduling automation platform that eliminates the back-and-forth of finding meeting times. Its REST API lets you manage event types, view scheduled events, check available times, and programmatically cancel or manage events. All resources are identified by URIs. Auth: api_key Capabilities: - cancel_event: Cancel a scheduled event by its UUID, optionally providing a cancellation reason. - get_invitee: Get details about a specific invitee of a scheduled event, including their responses and tracking info. - get_user: Retrieve the authenticated user's profile information including name, email, timezone, and scheduling URL. - list_available_times: Retrieve available time slots for an event type within a date range. - list_event_types: Retrieve all event types for a user or organization, including active, inactive, and draft types. - list_scheduled_events: List all scheduled events (past and upcoming) for a user with filtering by status and date range.