Reprogramar/editar un evento
ews_update_eventModify an existing calendar event (start, end, subject, or location) by passing only the fields to update along with the event ID.
Instructions
Cambia horario, asunto o lugar de un evento existente (UpdateItem). Solo actualiza los campos que pases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Nueva fecha/hora fin en ISO 8601 | |
| start | No | Nueva fecha/hora inicio en ISO 8601 | |
| eventId | Yes | Id del evento a editar | |
| subject | No | Nuevo asunto | |
| location | No | Nuevo lugar |