Πίσω στο Outlook Calendar

Σύνδεση Knoon AI με Outlook Calendar (Microsoft) για αυτοματοποίηση ροών εργασίας AI.

Update basic fields (title, time, description, location, attendees) of an existing Microsoft Calendar event.
microsoftOutlookCalendarUpdateEvent
ΒΕΤΑ
Άδειες
  • Calendars.ReadWrite
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
ΌνομαΤύποςΠεριγραφήΑπαραίτητο
calendarIdfile ID of the calendar to read from.Ναι
eventIdmustache ID of the event to update.Ναι
summarymustache New title for the event.Όχι
descriptionmustache New description/notes.Όχι
locationmustache New location.Όχι
startDateTimemustache New start date/time in ISO 8601.Όχι
endDateTimemustache New end date/time in ISO 8601.Όχι
preventConflictsboolean If true, the backend rejects update when the new time overlaps existing events.Όχι
attendeesarray (mustache)Optional replacement list of attendee email addresses.Όχι
extendedPropertymap (mustache)Optional searchable map to set/overwrite as singleValueExtendedProperties.Όχι
matchedExtendedPropertymap (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.Όχι
Επιστροφές
ΌνομαΤύποςΠεριγραφή
statusstring UPDATED or ERROR.
sensitive.eventIdstring ID of the updated event.
sensitive.summarystring Updated title of the event.
sensitive.startstring Updated start date/time in ISO 8601.
sensitive.endstring Updated end date/time in ISO 8601.
confidential.htmlLinkstring Link to open the event in Outlook/Graph if available.