DL
Dayze — Life in Days + Notable People
/update_event
Update Event (calendar patch)
MUTATES one existing calendar event the authenticated user owns. Required: event_id (UUID). Optional patch (same fields as log_event): title, date / event_date,
liveunknown~5s typical
mcpdayze—life
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-dayze-life-context /update_event for me.
Input
| Field | Type | Description |
|---|---|---|
| event_id* | string | UUID of a calendar event the authenticated user owns |
| title | string | Updated title (replaces). Cannot be empty. |
| event_date | string | Start date YYYY-MM-DD. Alias: date. |
| date | string | Alias for event_date. |
| event_time | string | Start time: 8pm, 20:00, or 20:00:00. Empty or null clears. Alias: time. |
| time | string | Alias for event_time. |
| end_date | string | Optional end date YYYY-MM-DD (all-day multi-day). |
| end_time | string | Optional end time (same formats as event_time). |
| location | string | Empty or null clears |
| description | string | Empty or null clears |
| category | string | e.g. funeral, family, work, travel. Stored as events.category and event_type. |
| external_url | string | |
| people | array | People names or person UUIDs to add (event_people role=with). Does not remove existing tag |
| with | array | Alias for people. |
| people_names | array | |
| person_ids | array | Owned person UUIDs to tag (user-scoped). |
| person_name | string |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-dayze-life-context","endpoint":"/update_event","input":{"event_id":"..."}}'cli
npx cracked-ai run -p mcp-com-dayze-life-context -e /update_event -i '{"event_id":"..."}'mcp
run_tool({ provider: "mcp-com-dayze-life-context", endpoint: "/update_event", input: {"event_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.