add_calendar_event
Create a calendar event with a summary, start and end timestamps, and optional location or description. Choose the target calendar by name.
Instructions
Creates a new calendar event.
calendar_name: Name of target calendar (e.g. 'Family', 'primary').
Timestamps: ISO-8601 format (e.g. '2026-08-12T14:00:00+02:00').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_iso | Yes | ||
| summary | Yes | ||
| location | No | ||
| start_iso | Yes | ||
| description | No | ||
| calendar_name | No | primary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |