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
calendarhero:cancel_booking
Cancel an existing booking and optionally notify the attendee.
Write
High risk
Create Booking
calendarhero:create_booking
Create a new booking for an event type with attendee details.
Write
Medium risk
Create Event Type
calendarhero:create_event_type
Create a new event type with scheduling configuration.
Write
Medium risk
Delete Event Type
calendarhero:delete_event_type
Permanently delete an event type. This action cannot be undone.
Write
High risk
Get Availability
calendarhero:get_availability
Get available time slots for an event type within a date range.
Read
Low risk
Get Booking
calendarhero:get_booking
Fetch a single booking by ID with attendee and event details.
Read
Low risk
Get Event Type
calendarhero:get_event_type
Fetch a single event type by ID with scheduling configuration and availability.
Read
Low risk
List Bookings
calendarhero:list_bookings
List bookings with optional filters for status, date range, and attendee.
Read
Low risk
List Event Types
calendarhero:list_event_types
List all event types with optional filters for active status.
Read
Low risk
Reschedule Booking
calendarhero:reschedule_booking
Reschedule an existing booking to a new time slot.
Write
Low risk
Update Event Type
calendarhero:update_event_type
Update an existing event type's configuration and settings.
Write
Medium risk