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.