Voltar para Outlook Calendar
Conectar Knoon AI com Outlook Calendar (Microsoft) para automatizar fluxos de trabalho de AI.
Update basic fields (title, time, description, location, attendees) of an existing Microsoft Calendar event.
microsoftOutlookCalendarUpdateEvent
Beta
Permissões
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| calendarId | file | ID of the calendar to read from. | Sim |
| eventId | mustache | ID of the event to update. | Sim |
| summary | mustache | New title for the event. | Não |
| description | mustache | New description/notes. | Não |
| location | mustache | New location. | Não |
| startDateTime | mustache | New start date/time in ISO 8601. | Não |
| endDateTime | mustache | New end date/time in ISO 8601. | Não |
| preventConflicts | boolean | If true, the backend rejects update when the new time overlaps existing events. | Não |
| attendees | array (mustache) | Optional replacement list of attendee email addresses. | Não |
| extendedProperty | map (mustache) | Optional searchable map to set/overwrite as singleValueExtendedProperties. | Não |
| 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. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |