Πίσω στο Outlook Calendar
Σύνδεση Knoon AI με Outlook Calendar (Microsoft) για αυτοματοποίηση ροών εργασίας AI.
Update basic fields (title, time, description, location, attendees) of an existing Microsoft Calendar event.
microsoftOutlookCalendarUpdateEvent
ΒΕΤΑ
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| calendarId | file | ID of the calendar to read from. | Ναι |
| eventId | mustache | ID of the event to update. | Ναι |
| summary | mustache | New title for the event. | Όχι |
| description | mustache | New description/notes. | Όχι |
| location | mustache | New location. | Όχι |
| startDateTime | mustache | New start date/time in ISO 8601. | Όχι |
| endDateTime | mustache | New end date/time in ISO 8601. | Όχι |
| preventConflicts | boolean | If true, the backend rejects update when the new time overlaps existing events. | Όχι |
| attendees | array (mustache) | Optional replacement list of attendee email addresses. | Όχι |
| extendedProperty | map (mustache) | Optional searchable map to set/overwrite as singleValueExtendedProperties. | Όχι |
| 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. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| 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. |