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