update_calendar_event
Modify existing calendar events by updating details like title, description, time, or assigned agent to keep schedules current and accurate.
Instructions
Actualizar evento — Modifica un evento existente del calendario [mutation]
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ID del evento | |
| title | No | ||
| description | No | ||
| start_datetime | No | ||
| end_datetime | No | ||
| assigned_agent_id | No | ||
| all_day | No | ||
| date_from | No | Fecha inicio para filtrar | |
| date_to | No | Fecha fin para filtrar | |
| agent_id | No | ID del agente | |
| phone | No | Telefono del cliente |