create_event
Add a new event to Google Calendar by specifying title, start/end times, location, attendees, and recurrence rules. Integrates with AI assistants using the Google Calendar MCP Server.
Instructions
Create a new event in Google Calendar
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attendees | No | List of attendees | |
calendarId | No | Calendar ID (default: 'primary') | primary |
description | No | Event description | |
end | Yes | ||
location | No | Event location | |
recurrence | No | Recurrence rules (RRULE format) | |
start | Yes | ||
summary | Yes | Event title/summary |