calendar.create_event
Create calendar events with title, start and end times, location, notes, URL, and availability settings.
Instructions
Create a calendar event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_id | Yes | Calendar identifier. | |
| title | Yes | Event title. | |
| start | Yes | Start datetime (ISO-8601). | |
| end | Yes | End datetime (ISO-8601). Must be after start. | |
| all_day | No | Create as an all-day event. | |
| location | No | Event location. | |
| notes | No | Event notes. | |
| url | No | Event url. | |
| availability | No | Event availability. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||