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 Event
teamup:create_event
Create a new event in a Teamup calendar.
Write
Medium risk
Create Subcalendar
teamup:create_subcalendar
Create a new sub-calendar within a Teamup calendar.
Write
Medium risk
Delete Event
teamup:delete_event
Delete an event from a Teamup calendar permanently.
Write
High risk
Delete Subcalendar
teamup:delete_subcalendar
Delete a sub-calendar and all its events permanently.
Write
High risk
Get Access Permissions
teamup:get_access_permissions
Get access permissions and sharing settings for the calendar.
Read
Low risk
Get Calendar
teamup:get_calendar
Fetch calendar information including name, description, and configuration.
Read
Low risk
Get Event
teamup:get_event
Fetch a single event by ID with full details.
Read
Low risk
List Events
teamup:list_events
List events from a Teamup calendar with optional filtering.
Read
Low risk
List Subcalendars
teamup:list_subcalendars
List all sub-calendars within a Teamup calendar.
Read
Low risk
Search Events
teamup:search_events
Search for events across a Teamup calendar using text query.
Read
Low risk
Update Event
teamup:update_event
Update an existing event in a Teamup calendar.
Write
Medium risk
Update Subcalendar
teamup:update_subcalendar
Update an existing sub-calendar's properties.
Write
Medium risk