create_calendar_event
Create a calendar event and email invitations to attendees. Specify title, times, and optional video link.
Instructions
Create a new calendar event and send email invitations to all attendees. The event will appear on everyone's calendar. Calendar is configured for UTC timezone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | The title/subject of the meeting (e.g., 'Q1 Planning Meeting') | |
| start_time | Yes | Meeting start time in ISO 8601 format with timezone. IMPORTANT: Use the exact 'start' value from find_meeting_times results - do not construct your own time string. | |
| end_time | Yes | Meeting end time in ISO 8601 format with timezone. IMPORTANT: Use the exact 'end' value from find_meeting_times results - do not construct your own time string. | |
| attendees | Yes | List of email addresses to invite to the meeting | |
| description | No | Optional detailed description or agenda for the meeting | |
| add_meet_link | No | If true, adds a Google Meet video conference link |