Назад к Outlook Calendar

Подключите Knoon AI к Outlook Calendar (Microsoft), чтобы автоматизировать AI рабочие процессы.

Update basic fields (title, time, description, location, attendees) of an existing Microsoft Calendar event.
microsoftOutlookCalendarUpdateEvent
Бета
Разрешения
  • Calendars.ReadWrite
Опциональные разрешения
Нет элементов для отображения.
Параметры
ИмяТипОписаниеОбязательно
calendarIdfile ID of the calendar to read from.Да
eventIdmustache ID of the event to update.Да
summarymustache New title for the event.Нет
descriptionmustache New description/notes.Нет
locationmustache New location.Нет
startDateTimemustache New start date/time in ISO 8601.Нет
endDateTimemustache New end date/time in ISO 8601.Нет
preventConflictsboolean If true, the backend rejects update when the new time overlaps existing events.Нет
attendeesarray (mustache)Optional replacement list of attendee email addresses.Нет
extendedPropertymap (mustache)Optional searchable map to set/overwrite as singleValueExtendedProperties.Нет
matchedExtendedPropertymap (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.Нет
Возвраты
ИмяТипОписание
statusstring UPDATED or ERROR.
sensitive.eventIdstring ID of the updated event.
sensitive.summarystring Updated title of the event.
sensitive.startstring Updated start date/time in ISO 8601.
sensitive.endstring Updated end date/time in ISO 8601.
confidential.htmlLinkstring Link to open the event in Outlook/Graph if available.