haus
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

FieldTypeDescription
id*stringId of the calendar event to update.
titlestringNew event title/summary. Omit to leave unchanged. Up to 200 characters.
descriptionstringNew longer free-text description of the event. Omit to leave unchanged. Up to 2000 charact
locationobjectNew location, replacing the existing one entirely. Omit to leave unchanged. Set $type to '
startDateTimestringNew start date-time, ISO 8601 in UTC (Z-suffix). Wall clock is interpreted against the sup
endDateTimestringNew end date-time, ISO 8601 in UTC (Z-suffix). Must not be before startDateTime. Omit to l
isAllDaybooleanTrue for an all-day event with no specific start/end time; false for a timed event. Omit t
notesstringNew freeform notes attached to the event. Omit to leave unchanged. Up to 5000 characters.
timezonestringIANA 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.