create_event
Create a calendar event with title, start/end times, location, description, and attendee emails.
Instructions
Create a new calendar event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End time in ISO format | |
| start | Yes | Start time in ISO format | |
| summary | Yes | Event title | |
| location | No | Event location | |
| attendees | No | List of attendee email addresses | |
| description | No | Event description |