OCNORA

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 Event
    Start 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 Booking
    Cancel a booking, or one seat of a seated booking, with an optional reason shown to the attendee.
    cal.cancel_booking
  • Confirm Booking
    Accept a booking that is waiting for confirmation on an event type that requires it.
    cal.confirm_booking
  • Create Booking
    Book a slot on an event type for an attendee, returning the booking Cal.com created.
    cal.create_booking
  • Decline Booking
    Reject a booking that is waiting for confirmation, with an optional reason for the requester.
    cal.decline_booking
  • Delete Webhook
    Retire one webhook by id. Webhooks that trigger.cal_booking created are removed on unpublish already; this is for the rest.
    cal.delete_webhook
  • Get Booking
    Fetch one booking by its uid, or every occurrence when the uid names a recurring booking.
    cal.get_booking
  • Get Event Type
    Fetch one event type in full by its numeric id.
    cal.get_event_type
  • Get My Profile
    Fetch 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 Bookings
    List one cursor page of bookings, optionally narrowed to a single status, attendee, event type, team or time window.
    cal.list_bookings
  • List Event Types
    List the bookable event types, optionally narrowed to one username, slug or organisation.
    cal.list_event_types
  • List Schedules
    List the availability schedules on the account the key belongs to.
    cal.list_schedules
  • List Available Slots
    List the free slots an event type offers between two dates, grouped by date the way Cal.com returns them.
    cal.list_slots
  • List Webhooks
    List 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-Show
    Record that the host or named attendees did not turn up for a booking.
    cal.mark_absent
  • Reschedule Booking
    Move 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

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.