Kembali ke Outlook Calendar
Sambungkan Knoon AI dengan Outlook Calendar (Microsoft) untuk mengotomatisasi alur kerja AI.
Update basic fields (title, time, description, location, attendees) of an existing Microsoft Calendar event.
microsoftOutlookCalendarUpdateEvent
Beta
Izin
Izin opsional
Tidak ada item untuk ditampilkan.
Parameter
| Nama | Tipe | Deskripsi | Wajib |
|---|---|---|---|
| calendarId | file | ID of the calendar to read from. | Ya |
| eventId | mustache | ID of the event to update. | Ya |
| summary | mustache | New title for the event. | Tidak |
| description | mustache | New description/notes. | Tidak |
| location | mustache | New location. | Tidak |
| startDateTime | mustache | New start date/time in ISO 8601. | Tidak |
| endDateTime | mustache | New end date/time in ISO 8601. | Tidak |
| preventConflicts | boolean | If true, the backend rejects update when the new time overlaps existing events. | Tidak |
| attendees | array (mustache) | Optional replacement list of attendee email addresses. | Tidak |
| extendedProperty | map (mustache) | Optional searchable map to set/overwrite as singleValueExtendedProperties. | Tidak |
| 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. | Tidak |
Pengembalian
| Nama | Tipe | Deskripsi |
|---|---|---|
| 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. |