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