Cal.com Atoms are customizable React components that let you integrate Cal.com scheduling functionality directly into your application. Using OAuth authentication, your users can connect their Cal.com accounts and manage their scheduling without leaving your app.Documentation Index
Fetch the complete documentation index at: https://cal.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
What are atoms?
Atoms are pre-built UI components that handle:- Booking - Let users book appointments with Cal.com users
- Availability - Display and manage availability schedules
- Event Types - Create and configure event types
- Calendar Integration - Connect Google, Outlook, and Apple calendars
- Payments - Accept payments via Stripe for bookings
Supported frameworks
Cal.com Atoms currently support:- React 18 and React 19
- Next.js 14 and Next.js 15
Prerequisites
- An OAuth client created via OAuth setup
- User access tokens obtained through the OAuth flow
Getting started
Ready to integrate atoms into your application? Follow our step-by-step setup guide to get started.Setup Guide
Complete installation and configuration instructions
Authentication flow
Atoms with OAuth work with regular Cal.com user accounts:- User clicks “Connect with Cal.com” in your app
- User authorizes your OAuth client on Cal.com
- You receive access and refresh tokens
- Pass the access token to
CalOAuthProvider - Atoms use this token to make API calls on behalf of the user