返回 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.