Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
π Quickstart
Connect to Calendly with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Calendly.
Authorize Calendly
Go to Connections -> Add Test Connection -> Authorize, then log in to Calendly. Later, youβll let your users do the same directly from your app.
Call the Calendly API
Letβs make your first request to the Calendly API. Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
π Calendly Integration Guides
Nango maintained guides for common use cases.- How to register your own Calendly OAuth app
Register an OAuth app with Calendly and obtain credentials to connect it to Nango
π§© Pre-built syncs & actions for Calendly
Enable them in your dashboard. Extend and customize to fit your needs.Event Invitees
| Function name | Description | Type | Source code |
|---|---|---|---|
list-event-invitees | List event invitees from Calendly | Action | π Github |
Event Types
| Function name | Description | Type | Source code |
|---|---|---|---|
get-event-type | Retrieve a single event type from Calendly. | Action | π Github |
list-event-types | List event types from Calendly. | Action | π Github |
Events
| Function name | Description | Type | Source code |
|---|---|---|---|
get-event-invitee | Retrieve a single event invitee from Calendly. | Action | π Github |
Organization Memberships
| Function name | Description | Type | Source code |
|---|---|---|---|
get-organization-membership | Retrieve a single organization membership from Calendly | Action | π Github |
list-organization-memberships | List organization memberships from Calendly. | Action | π Github |
Organizations
| Function name | Description | Type | Source code |
|---|---|---|---|
get-current-organization | Fetch the authenticated user organization | Action | π Github |
Routing Forms
| Function name | Description | Type | Source code |
|---|---|---|---|
get-routing-form | Retrieve a single routing form from Calendly. | Action | π Github |
list-routing-forms | List routing forms from Calendly | Action | π Github |
Scheduled Events
| Function name | Description | Type | Source code |
|---|---|---|---|
get-scheduled-event | Retrieve a single scheduled event from Calendly | Action | π Github |
list-scheduled-events | List scheduled events from Calendly. Returns a paginated list of events with optional filters for date range, status, and invitee email. | Action | π Github |
Users
| Function name | Description | Type | Source code |
|---|---|---|---|
create-user | Invite a user to the Calendly organization. | Action | π Github |
delete-user | Remove a user from the Calendly organization. | Action | π Github |
get-current-user | Fetch the authenticated Calendly user. | Action | π Github |
Webhooks
| Function name | Description | Type | Source code |
|---|---|---|---|
create-webhook-subscription | Create a webhook subscription in Calendly. | Action | π Github |
delete-webhook-subscription | Delete or archive a webhook subscription in Calendly. | Action | π Github |
get-webhook-subscription | Retrieve a single webhook subscription from Calendly. | Action | π Github |
list-webhook-subscriptions | List webhook subscriptions from Calendly | Action | π Github |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
event-invitees | Sync event invitees from Calendly | Sync | π Github |
event-types | Sync event types from Calendly | Sync | π Github |
organization-memberships | Sync organization memberships from Calendly | Sync | π Github |
routing-forms | Sync routing forms from Calendly | Sync | π Github |
scheduled-events | Sync scheduled events from Calendly | Sync | π Github |
webhook-subscriptions | Sync webhook subscriptions from Calendly | Sync | π Github |