H
haus
/update_calendar_event
update calendar event
Updates fields on an existing single calendar event; only the fields supplied are changed, all others keep their current value. Imported (subscription-sourced)
liveunknown~5s typical
mcphaus
$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-app-onehaus-haus /update_calendar_event for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Id of the calendar event to update. |
| title | string | New event title/summary. Omit to leave unchanged. Up to 200 characters. |
| description | string | New longer free-text description of the event. Omit to leave unchanged. Up to 2000 charact |
| location | object | New location, replacing the existing one entirely. Omit to leave unchanged. Set $type to ' |
| startDateTime | string | New start date-time, ISO 8601 in UTC (Z-suffix). Wall clock is interpreted against the sup |
| endDateTime | string | New end date-time, ISO 8601 in UTC (Z-suffix). Must not be before startDateTime. Omit to l |
| isAllDay | boolean | True for an all-day event with no specific start/end time; false for a timed event. Omit t |
| notes | string | New freeform notes attached to the event. Omit to leave unchanged. Up to 5000 characters. |
| timezone | string | IANA timezone id (e.g. 'Europe/London') describing the wall-clock zone of startDateTime/en |
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-app-onehaus-haus","endpoint":"/update_calendar_event","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-app-onehaus-haus -e /update_calendar_event -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-app-onehaus-haus", endpoint: "/update_calendar_event", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.