create_event
Create calendar events with a title and start time. Use 'YYYY-MM-DD HH:MM' for timed events or 'YYYY-MM-DD' for all-day events, with optional end, note, timezone, and calendar.
Instructions
Add a calendar event. Give start as 'YYYY-MM-DD HH:MM' for a timed event or 'YYYY-MM-DD' for an all day one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| note | No | ||
| start | Yes | ||
| title | Yes | ||
| all_day | No | ||
| calendar | No | ||
| timezone | No |