google_calendar_create_event
Add new events to Google Calendar by specifying title, start/end time, location, description, attendees, and recurrence rules using this integration tool.
Instructions
Create a new event in Google Calendar
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attendees | No | List of email addresses to invite | |
| calendarId | No | Optional: ID of calendar to use (defaults to primary if not specified) | |
| colorId | No | Color identifier (1-11) for the event | |
| description | No | Detailed description of the event | |
| end | Yes | End time of the event in ISO 8601 format (e.g. 2025-04-02T11:00:00-07:00) | |
| location | No | Physical location or address | |
| recurrence | No | RFC5545 recurrence rule (e.g., 'RRULE:FREQ=WEEKLY;COUNT=10') | |
| start | Yes | Start time of the event in ISO 8601 format (e.g. 2025-04-02T10:00:00-07:00) | |
| summary | Yes | The title/summary of the event |