Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Cancel Booking
cal_com:cancel_booking
Cancel an existing booking.
Write
High risk
Create Booking
cal_com:create_booking
Create a new booking for an event type.
Write
Medium risk
Create Event Type
cal_com:create_event_type
Create a new event type for scheduling.
Write
Medium risk
Delete Event Type
cal_com:delete_event_type
Delete an event type permanently. This cannot be undone.
Write
High risk
Get Availability
cal_com:get_availability
Get availability slots for a user and optional event type within a date range.
Read
Low risk
Get Booking
cal_com:get_booking
Fetch a single booking by ID with attendee and event details.
Read
Low risk
Get Event Type
cal_com:get_event_type
Fetch a single event type by ID with scheduling details.
Read
Low risk
Get Me
cal_com:get_me
Get current user profile information.
Read
Low risk
List Bookings
cal_com:list_bookings
List bookings with optional filters for status and date range.
Read
Low risk
List Event Types
cal_com:list_event_types
List all event types with basic details.
Read
Low risk
Reschedule Booking
cal_com:reschedule_booking
Reschedule an existing booking to a new time slot.
Write
Low risk
Update Event Type
cal_com:update_event_type
Update an existing event type.
Write
Medium risk