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