reschedule_event
Move an existing Google Calendar event to a new date and time using its event ID, with new start and end times in ISO 8601 format.
Instructions
Reprograma o mueve un evento existente a una nueva fecha y hora usando su ID de evento.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endTime | Yes | Nueva fecha y hora de fin en formato ISO 8601 (ej. 2026-08-20T17:30:00+02:00) | |
| eventId | Yes | ID del evento a reprogramar | |
| startTime | Yes | Nueva fecha y hora de inicio en formato ISO 8601 (ej. 2026-08-20T16:00:00+02:00) |