create_event
Create a Google Calendar event by specifying a title, start, and end time. Add an optional description to provide more context about the event.
Instructions
Crea un nuevo evento en Google Calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endTime | Yes | Fecha y hora de fin en formato ISO 8601 (ej. 2026-08-12T11:00:00+02:00) | |
| summary | Yes | Título del evento | |
| startTime | Yes | Fecha y hora de inicio en formato ISO 8601 (ej. 2026-08-12T10:00:00+02:00) | |
| description | No | Descripción del evento (opcional) |