create_or_update_calendar_event
Create or update calendar events in Moxie Homebase. Provide event details including summary, times, and timezone to schedule or modify events.
Instructions
Create or update a calendar event in the Moxie Homebase calendar. Use eventId to update an existing event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| busy | No | Whether the event blocks scheduling (default true) | |
| endTime | Yes | End time in ISO format without timezone (e.g., 2024-07-06T08:30:00) | |
| eventId | No | ICS Calendar Event ID for updating existing events | |
| summary | Yes | Title/summary of the event | |
| location | No | Physical or online location | |
| timezone | Yes | ISO timezone value (e.g., America/New_York, Europe/London) | |
| startTime | Yes | Start time in ISO format without timezone (e.g., 2024-07-06T08:00:00) | |
| userEmail | No | Email of the event owner. Defaults to workspace owner if not provided | |
| description | No | Long description of the event |