google_calendar_create_event
Schedule a Google Calendar event with required title, start, and end times, plus optional attendees, location, and description.
Instructions
Create a new calendar event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Event title | |
| start | Yes | Start time ISO 8601 (e.g. '2026-04-05T10:00:00') | |
| end | Yes | End time ISO 8601 (e.g. '2026-04-05T11:00:00') | |
| calendar_id | No | primary | |
| description | No | ||
| location | No | ||
| attendees | No | List of attendee emails | |
| timezone | No | Europe/Sofia |