calendar_create_event
Create a calendar event with summary, start/end times, location, description, and attendees. Emails attendees immediately, so confirm the list before submitting.
Instructions
Create an event. Adding attendees emails them immediately, so confirm the list before calling with any.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | RFC3339 | |
| start | Yes | RFC3339 | |
| summary | Yes | ||
| location | No | ||
| attendees | No | ||
| calendarId | No | primary | |
| description | No |