gws.cal.create_event
Create a calendar event using start and end timestamps, plus optional location or description. Returns the event ID and link for confirmation.
Instructions
Create a calendar event on the account's calendar. start and end are RFC3339 timestamps (include the timezone offset). Defaults to the primary calendar unless calendarId is given. Returns the created event's ID and link. Preview the details with the user before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End time (RFC3339) | |
| start | Yes | Start time (RFC3339) | |
| account | No | Account label or email. Uses default if omitted. | |
| summary | Yes | Event title | |
| location | No | Event location | |
| calendarId | No | Calendar ID (default: primary) | |
| description | No | Event description |