Cal.com
Business appsAPI keycredential probe
Schedule and manage Cal.com bookings, event types, slots and webhooks.
OCNORA ships 15 typed Cal.com operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.cal.com through the HTTP node with the same credential.
Triggers 1
- Booking EventStart a run when Cal.com raises a booking event — created, rescheduled, cancelled, confirmed, or a meeting starting or ending.trigger.cal_booking
Operations 15
- Cancel BookingCancel a booking, or one seat of a seated booking, with an optional reason shown to the attendee.cal.cancel_booking
- Confirm BookingAccept a booking that is waiting for confirmation on an event type that requires it.cal.confirm_booking
- Create BookingBook a slot on an event type for an attendee, returning the booking Cal.com created.cal.create_booking
- Decline BookingReject a booking that is waiting for confirmation, with an optional reason for the requester.cal.decline_booking
- Delete WebhookRetire one webhook by id. Webhooks that trigger.cal_booking created are removed on unpublish already; this is for the rest.cal.delete_webhook
- Get BookingFetch one booking by its uid, or every occurrence when the uid names a recurring booking.cal.get_booking
- Get Event TypeFetch one event type in full by its numeric id.cal.get_event_type
- Get My ProfileFetch the Cal.com profile the API key belongs to — useful for resolving the username and default schedule a later node needs.cal.get_me
- List BookingsList one cursor page of bookings, optionally narrowed to a single status, attendee, event type, team or time window.cal.list_bookings
- List Event TypesList the bookable event types, optionally narrowed to one username, slug or organisation.cal.list_event_types
- List SchedulesList the availability schedules on the account the key belongs to.cal.list_schedules
- List Available SlotsList the free slots an event type offers between two dates, grouped by date the way Cal.com returns them.cal.list_slots
- List WebhooksList the account's webhooks with their signing secrets removed, so a workflow can audit what is subscribed without handling credentials.cal.list_webhooks
- Mark No-ShowRecord that the host or named attendees did not turn up for a booking.cal.mark_absent
- Reschedule BookingMove a booking to a new start time; Cal.com cancels the old booking and returns the new one, which has its own uid.cal.reschedule_booking
More in Business apps
Run your first Cal.com workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.