create_event
Create a calendar event by providing a summary, start, and end times in ISO 8601 format. Optionally add attendees, location, and description.
Instructions
Create a calendar event. Times are ISO 8601.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| start | Yes | ||
| end | Yes | ||
| account | No | ||
| calendar | No | ||
| description | No | ||
| location | No | ||
| attendees | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||