calendar_v3_create_event
Create Google Calendar events with Google Meet conferences and customizable guest permissions for scheduling meetings and appointments.
Instructions
[Calendar API v3] Create a new calendar event with Google Meet conference and guest permissions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Title of the event | |
| description | No | Description for the event (optional) | |
| location | No | Location for the event (optional) | |
| start_time | Yes | Start time in ISO format | |
| end_time | Yes | End time in ISO format | |
| time_zone | No | Time zone (default: UTC) | |
| attendees | No | List of email addresses for attendees (optional) | |
| create_meet_conference | No | Create Google Meet conference for this event (default: false) | |
| guest_can_invite_others | No | Allow guests to invite other people (default: true) | |
| guest_can_modify | No | Allow guests to modify the event (default: false) | |
| guest_can_see_other_guests | No | Allow guests to see other attendees (default: true) | |
| calendar_id | No | Calendar ID to create event in (default: 'primary') |