calendar_createEvent
Create a new Google Calendar event with start/end time, attendees, Google Meet link, and Drive attachments. Manage event details and notifications directly from your calendar.
Instructions
Creates a new calendar event. Supports Google Meet and Drive attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes | ||
| summary | Yes | Event title. | |
| attendees | No | Attendee email addresses. | |
| calendarId | No | Calendar ID (primary if omitted). | |
| attachments | No | Google Drive file attachments. Providing attachments fully REPLACES existing ones. | |
| description | No | Event description. | |
| sendUpdates | No | Notification preference. Defaults to "all" if attendees exist. | |
| addGoogleMeet | No | Whether to create a Google Meet link for the event. |