create_event
Create a new calendar event with start time, summary, and optional details such as end time, location, attendees, and recurrence. Add events directly to your iCal calendar.
Instructions
Create a new event in the calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End date/time (ISO 8601 format). If not provided, defaults to start + 1 hour | |
| url | No | Event URL | |
| rrule | No | Recurrence rule (e.g., "FREQ=WEEKLY;COUNT=10") | |
| start | Yes | Start date/time (ISO 8601 format, e.g., "2024-01-15T10:00:00") | |
| allDay | No | Whether this is an all-day event | |
| status | No | Event status | |
| summary | Yes | Event title/summary | |
| location | No | Event location | |
| attendees | No | List of attendee emails | |
| organizer | No | Organizer email | |
| calendarId | Yes | The calendar identifier | |
| categories | No | Event categories | |
| description | No | Event description |