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
| Field | Type | Description |
|---|---|---|
| title* | string | Event title/summary shown in calendar views. Required, up to 200 characters. |
| description | string | Longer free-text description of the event. Up to 2000 characters. |
| location | object | Location. Set $type to 'Address' for physical (with line1-3, postalCode, countryCode) or ' |
| startDateTime* | string | ISO 8601 date-time in UTC (Z-suffix). The wall clock is interpreted against the supplied t |
| endDateTime | string | ISO 8601 date-time in UTC (Z-suffix). Must not be before startDateTime. |
| isAllDay* | boolean | True for an all-day event with no specific start/end time; false for a timed event. |
| notes | string | Freeform notes attached to the event. 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":"/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.