add-event
Create a new calendar event that syncs with your source calendar. Specify title, start and end times, and optional location or description.
Instructions
Create a new calendar event. Syncs to the source calendar (Google, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Event title (required) | |
| calendar_id | Yes | Calendar UUID (use get-calendars to find) | |
| start_datetime | Yes | Start time (ISO 8601) | |
| end_datetime | Yes | End time (ISO 8601) | |
| description | No | Event description | |
| location | No | Event location | |
| all_day | No | All-day event |