yaag_create_event
Create a new calendar event in YearAtAGlance. Provide title, start and end dates in ISO 8601 format, with optional description, category, and all-day flag.
Instructions
Create a new event in the YearAtAGlance calendar. Dates should be in ISO 8601 format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Event title | |
| startDate | Yes | Start date in ISO 8601 format (e.g., 2025-01-15) | |
| endDate | Yes | End date in ISO 8601 format (e.g., 2025-01-15) | |
| description | No | Event description (optional) | |
| categoryId | No | Category ID to assign the event to (optional) | |
| allDay | No | Whether this is an all-day event (default: true) |