Calendly source
Introduction
The Calendly source connector lets you connect to the Calendly API using a Personal Access Token (PAT).
Setup
Prerequisites
- A Calendly account
- A Personal Access Token with access to the resources you want to sync
Create a Personal Access Token
- In Calendly, create a Personal Access Token (PAT) from your account’s developer/integrations settings.
- Copy the token value and store it securely. You’ll use it as the connector credential.
Authentication
This connector authenticates with the Calendly API using Bearer token authentication.
- Header:
Authorization: Bearer <personal_access_token> - Credential field:
personal_access_token
To validate credentials, the connector calls:
GET https://api.calendly.com/users/me
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
personal_access_token | string | ✅ | Your Calendly Personal Access Token used to authenticate API requests. |
Streams
This connector is currently in development.
- Catalog discovery currently returns an empty catalog.
- Extraction is not yet available.
When extraction is implemented, this page will be updated with the available streams and their schemas.