Voltar para Outlook Calendar

Conectar Knoon AI com Outlook Calendar (Microsoft) para automatizar fluxos de trabalho de AI.

Update basic fields (title, time, description, location, attendees) of an existing Microsoft Calendar event.
microsoftOutlookCalendarUpdateEvent
Beta
Permissões
  • Calendars.ReadWrite
Permissões opcionais
Não há itens para exibir.
Parâmetros
NomeTipoDescriçãoObrigatório
calendarIdfile ID of the calendar to read from.Sim
eventIdmustache ID of the event to update.Sim
summarymustache New title for the event.Não
descriptionmustache New description/notes.Não
locationmustache New location.Não
startDateTimemustache New start date/time in ISO 8601.Não
endDateTimemustache New end date/time in ISO 8601.Não
preventConflictsboolean If true, the backend rejects update when the new time overlaps existing events.Não
attendeesarray (mustache)Optional replacement list of attendee email addresses.Não
extendedPropertymap (mustache)Optional searchable map to set/overwrite as singleValueExtendedProperties.Não
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.Não
Devoluções
NomeTipoDescrição
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.