MsGraph_EventUpdate

Description

This activity allows to apply the changes made on an event object.

Note:

For the activity to work, the reference application in the Azure Portal must have the following API permissions. This activity allows only APPLICATION type permissions (it cannot work with "DELEGATE" ones).
Required permissions:
Calendar: Calendars.ReadWrite

Online Meetings (only if CreateMicrosoftTeamsOnlineMeeting is enabled):OnlineMeetings.Read.All, OnlineMeetings.ReadWrite.All

Users (only if CreateMicrosoftTeamsOnlineMeeting is enabled): User.Read.All

Directory (only if CreateMicrosoftTeamsOnlineMeeting is enabled): Directory.Read.All
Check this page for more information on Azure app API permissions.

Auth

AuthString InArgument<String> REQUIRED

The authorization string to authenticate in MicrosoftGraph service.

It is possible to obtain it using the activity MsGraph_Login. Look at its dedicated page for more details.

Event

Event InArgument<MsEvent> REQUIRED

The new value of the event to sync in the calendar.


Online Meeting

UpdateMicrosoftTeamsOnlineMeeting InArgument<Boolean>

Set this parameter to true if you want DocsMarshal to synchronize the calendar event with the corresponding Microsoft Teams conference. If an online meeting did not previously exist DocsMarshal will create a new one, if one already exists it will update it by synchronizing it with the event information. Will be updated: subject, start and end dates and participants.


Settings

Timeout InArgument<TimeSpan>

The maximum time the activity might take to be executed. If it takes longer, an exception will be thrown.


User

UserId InArgument<String>

The id of the user's Microsoft account on whose behalf to perform the activity.

It can be found in the result fields of certain activities such as, for example, the owner of a file returned by the OneDrive_ItemGet activity.

UserName InArgument<String>

The email address of the user's Microsoft account on whose behalf to perform the activity.

In the case of the OneDrive activities, it will be the user who owns the drive on which you want to work, in the case of those of the calendars it will have to be their owner while in the case of events it will have to be their organizer user.