Dayze — Life in Days + Notable People
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
mcpdayzelife
$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

FieldTypeDescription
event_id*stringUUID of a calendar event the authenticated user owns
titlestringUpdated title (replaces). Cannot be empty.
event_datestringStart date YYYY-MM-DD. Alias: date.
datestringAlias for event_date.
event_timestringStart time: 8pm, 20:00, or 20:00:00. Empty or null clears. Alias: time.
timestringAlias for event_time.
end_datestringOptional end date YYYY-MM-DD (all-day multi-day).
end_timestringOptional end time (same formats as event_time).
locationstringEmpty or null clears
descriptionstringEmpty or null clears
categorystringe.g. funeral, family, work, travel. Stored as events.category and event_type.
external_urlstring
peoplearrayPeople names or person UUIDs to add (event_people role=with). Does not remove existing tag
witharrayAlias for people.
people_namesarray
person_idsarrayOwned person UUIDs to tag (user-scoped).
person_namestring

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.