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