create_event
Add a new calendar event with title, start and end times, description, location, recurrence, attendees, and reminders.
Instructions
Create a new calendar event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | Event end time (ISO format) | |
| start | Yes | Event start time (ISO format) | |
| account | No | Account alias | |
| all_day | No | Whether this is an all-day event | |
| summary | Yes | Event title/summary | |
| location | No | Event location | |
| related_to | No | List of related component UIDs | |
| description | No | Event description | |
| calendar_uid | Yes | Calendar UID | |
| alarm_minutes | No | Reminder minutes before event as string ('-10080' to '10080') | |
| attendees_json | No | JSON string of attendees list [{email, name, role, status, rsvp}] | |
| recurrence_rule | No | RRULE for recurring events (e.g., 'FREQ=WEEKLY;BYDAY=MO') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||