Cal.com integration
Connect Cal.com event types to Callina for slot lookup + booking on the call.
Anna can quote available slots and book appointments directly into Cal.com during a call.
Step 1 — API key in Cal.com
- Sign in to your Cal.com workspace.
- Settings → Developer → API Keys → New — scope to event types you'll expose.
- Copy the key.
Step 2 — Connect in Callina
- Callina → Scheduler → New Event Type.
- Calendar provider →
caldavorcal.com(when available); for Cal.com API today, paste the API key + your event-type ID into the calendar config JSON:{ "provider": "calcom", "calcom": { "apiKey": "cal_live_...", "eventTypeId": 123456 } } - Set the slug, duration, daily cap, reminders.
Step 3 — Test
Open the public booking URL printed in the event-type row, or call the practice — Anna will use Cal.com's /availability endpoint for slot lookup and /bookings for the actual booking.
Notes
- Cal.com bookings created by Anna include the caller's phone number in the
notesfield. - Cancellation / reschedule tokens land in the booking confirmation email Cal.com sends to the caller.