Connecting to Calendly
Calendly uses token-based authentication to enalbe access to its API.
Using Token Authentication
To authenticate to Calendly, you will need to provide an APIKey. The Calendly API Key, can be found in your Calendly account, under 'Integrations' > 'API & Webhooks' > 'Generate New Token'. Set the APIKey in the ProfileSettings connection property.
Example connection string
Profile=C:\profiles\Calendly.apip;ProfileSettings='APIKey=your_api_token';
Connection Properties
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider.
Property | Description |
APIKey | Your Calendly API Token. |