calendar_create_event
Create Google Calendar events by specifying title, start, and end times. Optionally choose an account when multiple are available.
Instructions
Create a calendar event.
Args: title: Event title/summary. start: Start time in ISO 8601 format (e.g. "2025-03-20T10:00:00-03:00"). end: End time in ISO 8601 format (e.g. "2025-03-20T11:00:00-03:00"). account: Email address of the account to use. Omit for default account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes | ||
| title | Yes | ||
| account | No |