gws.cal.create_event
Create a calendar event by providing title, start and end times with timezone offset. Optionally set location, description, or calendar ID; returns the event ID and link.
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 |