Outlook Calendar に戻る
Outlook Calendar (Microsoft) と Knoon AI を接続して 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. |