Terug naar Outlook Calendar
Verbinding maken met Knoon AI met Outlook Calendar (Microsoft) om AI-workflows te automatiseren.
Update basic fields (title, time, description, location, attendees) of an existing Microsoft Calendar event.
microsoftOutlookCalendarUpdateEvent
BÈTA
Machtigingen
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| calendarId | file | ID of the calendar to read from. | Ja |
| eventId | mustache | ID of the event to update. | Ja |
| summary | mustache | New title for the event. | Nee |
| description | mustache | New description/notes. | Nee |
| location | mustache | New location. | Nee |
| startDateTime | mustache | New start date/time in ISO 8601. | Nee |
| endDateTime | mustache | New end date/time in ISO 8601. | Nee |
| preventConflicts | boolean | If true, the backend rejects update when the new time overlaps existing events. | Nee |
| attendees | array (mustache) | Optional replacement list of attendee email addresses. | Nee |
| extendedProperty | map (mustache) | Optional searchable map to set/overwrite as singleValueExtendedProperties. | Nee |
| 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. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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. |