ย้อนกลับไปยัง 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. |