Back to Outlook Calendar

Connect Knoon AI with Outlook Calendar (Microsoft) to automate AI workflows.

Update basic fields (title, time, description, location, attendees) of an existing Microsoft Calendar event.
microsoftOutlookCalendarUpdateEvent
BETA
Permissions
  • Calendars.ReadWrite
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
calendarIdfile ID of the calendar to read from.Yes
eventIdmustache ID of the event to update.Yes
summarymustache New title for the event.No
descriptionmustache New description/notes.No
locationmustache New location.No
startDateTimemustache New start date/time in ISO 8601.No
endDateTimemustache New end date/time in ISO 8601.No
preventConflictsboolean If true, the backend rejects update when the new time overlaps existing events.No
attendeesarray (mustache)Optional replacement list of attendee email addresses.No
extendedPropertymap (mustache)Optional searchable map to set/overwrite as singleValueExtendedProperties.No
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.No
Returns
NameTypeDescription
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.