Назад к 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. |