Tillbaka till Outlook Calendar
Anslut Knoon AI med Outlook Calendar (Microsoft) för att automatisera AI-flöden.
Update basic fields (title, time, description, location, attendees) of an existing Microsoft Calendar event.
microsoftOutlookCalendarUpdateEvent
BETA
Behörigheter
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| 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. | Nej |
| description | mustache | New description/notes. | Nej |
| location | mustache | New location. | Nej |
| startDateTime | mustache | New start date/time in ISO 8601. | Nej |
| endDateTime | mustache | New end date/time in ISO 8601. | Nej |
| preventConflicts | boolean | If true, the backend rejects update when the new time overlaps existing events. | Nej |
| attendees | array (mustache) | Optional replacement list of attendee email addresses. | Nej |
| extendedProperty | map (mustache) | Optional searchable map to set/overwrite as singleValueExtendedProperties. | Nej |
| 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. | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| 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. |