This guide shows you how to register your own OAuth app with Cal.com to obtain your client ID and client secret. These are required to let your users grant your app access to their Cal.com account via the OAuth flow.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 Cal.com OAuth App
Create or sign in to your Cal.com account
If you don’t already have one, sign up for Cal.com.
Create an OAuth client
- Go to OAuth clients in Cal.com.
- Click + New.
- Enter a name and purpose for your app.
- Add
https://api.nango.dev/oauth/callbackas the redirect URL. - Click Create to submit the form.
- Copy your Client ID and Client Secret. You will need them when configuring your integration in Nango.
A Cal.com admin will review your OAuth client. You will receive an email when it is approved or rejected. Once approved, your OAuth client is ready to use.
Next
Follow the Quickstart to connect your first account.