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.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