Takaisin Outlook Calendar -kohtaan
Yhdistä Knoon AI kohteen Outlook Calendar (Microsoft) kanssa automatisoidaksesi AI-työnkulut.
Update basic fields (title, time, description, location, attendees) of an existing Microsoft Calendar event.
microsoftOutlookCalendarUpdateEvent
BETA
Oikeudet
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| calendarId | file | ID of the calendar to read from. | Kyllä |
| eventId | mustache | ID of the event to update. | Kyllä |
| summary | mustache | New title for the event. | Ei |
| description | mustache | New description/notes. | Ei |
| location | mustache | New location. | Ei |
| startDateTime | mustache | New start date/time in ISO 8601. | Ei |
| endDateTime | mustache | New end date/time in ISO 8601. | Ei |
| preventConflicts | boolean | If true, the backend rejects update when the new time overlaps existing events. | Ei |
| attendees | array (mustache) | Optional replacement list of attendee email addresses. | Ei |
| extendedProperty | map (mustache) | Optional searchable map to set/overwrite as singleValueExtendedProperties. | Ei |
| 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. | Ei |
Palautukset
| Nimi | Tyyppi | Kuvaus |
|---|---|---|
| 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. |