create_event
Create a Google Calendar event by specifying title, start/end times, location, attendees, and reminders.
Instructions
Create a calendar event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End time (ISO format) | |
| start | Yes | Start time (ISO format) | |
| summary | Yes | Event title | |
| location | No | Event location | |
| attendees | No | List of attendee emails | |
| reminders | No | Event reminders | |
| calendarId | No | Calendar ID | primary |
| description | No | Event description |