Calendly

api.calendly.com

Community

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

Pricing

free

Spec version

1.0

Base URL

https://api.calendly.com

Crawl failures

1

Last verified

2026-03-01 11:07:02

Health

Loading health data...

Capabilities

cancel_event

productivity

Cancel a scheduled event by its UUID, optionally providing a cancellation reason.

Detail: https://api.calendly.com/capabilities/cancel_event

get_invitee

analytics

Get 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

email

Retrieve the authenticated user's profile information including name, email, timezone, and scheduling URL.

Detail: https://api.calendly.com/capabilities/get_user

list_available_times

productivity

Retrieve available time slots for an event type within a date range.

Detail: https://api.calendly.com/capabilities/list_available_times

list_event_types

productivity

Retrieve 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

productivity

List 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.