Atrás a Outlook Calendar
Conectar Knoon AI con Outlook Calendar (Microsoft) para automatizar flujos de trabajo de AI.
Update basic fields (title, time, description, location, attendees) of an existing Microsoft Calendar event.
microsoftOutlookCalendarUpdateEvent
Beta
Permisos
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| calendarId | file | ID of the calendar to read from. | Sí |
| eventId | mustache | ID of the event to update. | Sí |
| summary | mustache | New title for the event. | No |
| description | mustache | New description/notes. | No |
| location | mustache | New location. | No |
| startDateTime | mustache | New start date/time in ISO 8601. | No |
| endDateTime | mustache | New end date/time in ISO 8601. | No |
| preventConflicts | boolean | If true, the backend rejects update when the new time overlaps existing events. | No |
| attendees | array (mustache) | Optional replacement list of attendee email addresses. | No |
| extendedProperty | map (mustache) | Optional searchable map to set/overwrite as singleValueExtendedProperties. | No |
| matchedExtendedProperty | map (mustache) | Optional map of singleValueExtendedProperties that must already match on the event for the update to proceed. If any key/value differs, the update will fail. | No |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| status | string | UPDATED or ERROR. |
| sensitive.eventId | string | ID of the updated event. |
| sensitive.summary | string | Updated title of the event. |
| sensitive.start | string | Updated start date/time in ISO 8601. |
| sensitive.end | string | Updated end date/time in ISO 8601. |
| confidential.htmlLink | string | Link to open the event in Outlook/Graph if available. |