Outlook Calendar に戻る

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