haus
H
haus
/create_calendar_event

create calendar event

Creates a single, one-off calendar event on the household calendar. For a repeating schedule use create_recurring_calendar_event instead.

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 /create_calendar_event for me.

Input

FieldTypeDescription
title*stringEvent title/summary shown in calendar views. Required, up to 200 characters.
descriptionstringLonger free-text description of the event. Up to 2000 characters.
locationobjectLocation. Set $type to 'Address' for physical (with line1-3, postalCode, countryCode) or '
startDateTime*stringISO 8601 date-time in UTC (Z-suffix). The wall clock is interpreted against the supplied t
endDateTimestringISO 8601 date-time in UTC (Z-suffix). Must not be before startDateTime.
isAllDay*booleanTrue for an all-day event with no specific start/end time; false for a timed event.
notesstringFreeform notes attached to the event. 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":"/create_calendar_event","input":{"title":"...","startDateTime":"...","isAllDay":true}}'
cli
npx cracked-ai run -p mcp-app-onehaus-haus -e /create_calendar_event -i '{"title":"...","startDateTime":"...","isAllDay":true}'
mcp
run_tool({ provider: "mcp-app-onehaus-haus", endpoint: "/create_calendar_event", input: {"title":"...","startDateTime":"...","isAllDay":true} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.