Navigation
Mobile DocsNavigation
Mobile DocsManage Calendly events and scheduled meetings.
Connect to Calendly API v2 to list event types, scheduled events, get user info, and cancel events.
Placeholder: Personal Access Token or OAuth token
Layout: full
Layout: full
Options: Get Current User, List Event Types, List Scheduled Events, Get Event Details
Placeholder: https://api.calendly.com/users/...
Layout: full
Condition: operation = ["list_event_types","list_scheduled_events"]
Placeholder: Event UUID
Layout: full
Condition: operation = ["get_event","cancel_event"]
Layout: half
Condition: operation = "list_scheduled_events"
Options: All, Active, Canceled
Placeholder: 20
Layout: half
Condition: operation = "list_scheduled_events"
Placeholder: 2025-01-01T00:00:00Z
Layout: half
Condition: operation = "list_scheduled_events"
Placeholder: 2025-12-31T23:59:59Z
Layout: half
Condition: operation = "list_scheduled_events"
Placeholder: Reason for cancellation...
Layout: full
Condition: operation = "cancel_event"
Required
Required
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Primary response type:
{
"success": "boolean",
"data": "any"
}