This guide shows you how to register your own app with Calendly to obtain your OAuth credentials (client id & secret). These are required to let your users grant your app access to their Calendly account.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.
Creating a Calendly OAuth App
Create a Calendly developer account
If you don’t already have one, create a Calendly developer account.
Register a new application
In your Calendly developer dashboard, navigate to the OAuth applications section and create a new application.
Configure your OAuth app
Fill in the required information for your application:
- Application Name: Enter a name for your application
- Redirect URI: Enter your Nango callback URL (found in your Nango integration settings)
Only HTTPS redirect URIs will work when your app is in production.
Save your credentials
After creating the application, you’ll receive a Client ID and Client Secret. Copy these credentials.
Add credentials to Nango
In Nango, go to your Calendly integration and enter:
- Client ID: Your Calendly OAuth Client ID
- Client Secret: Your Calendly OAuth Client Secret