Calendly
Instead of following these steps manually, you can use the AI Credential Assistant — describe what you want to connect and the AI will walk you through the setup step by step, tailored to your account.
Overview
Connect your Calendly account to Nirvai to manage scheduling, events, and bookings programmatically.
Supported Authentication Methods
- Personal Access Token - Recommended for personal/single-user integrations
Prerequisites
- A Calendly account (free or paid)
- Account owner or admin permissions (for organization-wide access)
Setup Instructions
Generating a Personal Access Token
- Log in to your Calendly account
- Go to Integrations & apps in the sidebar
- Scroll down to API & Connectors section
- Click on API & Webhooks
- Under "Personal Access Tokens", click Create new token
- Enter a name for your token (e.g., "Nirvai Integration")
- Select the organization this token should access
- Click Create token
- Important: Copy the token immediately - it won't be shown again
- In Nirvai, create a new Calendly credential and paste the token
Alternative Path
You can also access tokens directly at:
https://calendly.com/integrations/api_webhooks
Token Permissions
Personal Access Tokens have these characteristics:
- Access is scoped to your user and selected organization
- Read and write access to scheduling data
- Can create webhooks for event notifications
- Tokens don't expire but can be revoked
Available API Operations
With your token, you can:
- Manage event types and availability
- List and view scheduled events
- Access user and organization data
- Create webhooks for real-time notifications
- Manage routing forms (on supported plans)
Troubleshooting
Common Issues
- 401 Unauthorized: Token is invalid or was revoked. Generate a new token.
- 403 Forbidden: Action not permitted for your account type or plan.
- 404 Not Found: Resource doesn't exist or you don't have access.
- Scope limitations: Some endpoints require specific Calendly plans.
Managing Tokens
To view or revoke existing tokens:
- Go to Integrations & apps > API & Webhooks
- View all active tokens under "Personal Access Tokens"
- Click the delete icon to revoke a token
Plan Limitations
Some API features require specific Calendly plans:
| Feature | Required Plan |
|---|---|
| Basic scheduling | All plans |
| Team events | Teams or higher |
| Routing forms | Professional or higher |
| Round robin | Teams or higher |
Security Best Practices
- Use descriptive names for tokens to track their purpose
- Revoke tokens you no longer need
- Never share tokens or commit them to version control
- Consider separate tokens for different integrations
Related Resources
Adapted for Nirvai platform
Next Steps
Use the AI Tool Creator to turn this credential into agent-callable tools. Describe what your agent should be able to do and the AI investigates the API, configures the endpoints, and gives you a reviewable toolkit before saving anything.