Outlook Calendar öğesine geri dön
Knoon AI'yi Outlook Calendar (Microsoft) ile bağlayarak AI iş akışlarını otomatikleştirin.
Update basic fields (title, time, description, location, attendees) of an existing Microsoft Calendar event.
microsoftOutlookCalendarUpdateEvent
BETA
İzinler
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| calendarId | file | ID of the calendar to read from. | Evet |
| eventId | mustache | ID of the event to update. | Evet |
| summary | mustache | New title for the event. | Hayır |
| description | mustache | New description/notes. | Hayır |
| location | mustache | New location. | Hayır |
| startDateTime | mustache | New start date/time in ISO 8601. | Hayır |
| endDateTime | mustache | New end date/time in ISO 8601. | Hayır |
| preventConflicts | boolean | If true, the backend rejects update when the new time overlaps existing events. | Hayır |
| attendees | array (mustache) | Optional replacement list of attendee email addresses. | Hayır |
| extendedProperty | map (mustache) | Optional searchable map to set/overwrite as singleValueExtendedProperties. | Hayır |
| 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. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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. |