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.
Create Calendar
addevent:create_calendar
Create a new calendar in AddEvent with specified settings.
Write
Medium risk
Create Event
addevent:create_event
Create a new event in AddEvent with specified details and settings.
Write
Medium risk
Create Subscriber
addevent:create_subscriber
Create a new subscriber and subscribe them to a calendar.
Write
Medium risk
Delete Calendar
addevent:delete_calendar
Permanently delete a calendar and all its events from AddEvent. This action cannot be undone.
Write
High risk
Delete Event
addevent:delete_event
Permanently delete an event from AddEvent. This action cannot be undone.
Write
High risk
Duplicate Event
addevent:duplicate_event
Create a duplicate of an existing event with optional modifications.
Write
Medium risk
Get Calendar
addevent:get_calendar
Fetch a single calendar by ID with all details including settings and event count.
Read
Low risk
Get Event
addevent:get_event
Fetch a single event by ID with all details including date, location, and settings.
Read
Low risk
Get Subscriber
addevent:get_subscriber
Fetch a single subscriber by ID with subscription details and preferences.
Read
Low risk
List Calendars
addevent:list_calendars
List all calendars with optional filtering by visibility.
Read
Low risk
List Events
addevent:list_events
List events with optional filtering by calendar, date range, and status.
Read
Low risk
List Subscribers
addevent:list_subscribers
List subscribers with optional filtering by calendar, status, and search terms.
Read
Low risk
Send Event Reminder
addevent:send_event_reminder
Send a reminder notification for an upcoming event to subscribers or specific recipients.
Write
Medium risk
Unsubscribe Subscriber
addevent:unsubscribe_subscriber
Unsubscribe a subscriber from a specific calendar or all calendars.
Write
Medium risk
Update Calendar
addevent:update_calendar
Update an existing calendar with new settings. Only provided fields will be updated.
Write
Medium risk
Update Event
addevent:update_event
Update an existing event with new details. Only provided fields will be updated.
Write
Medium risk