MsGraph_EventSetRoom

Description

This activity allows you to set a room as the location of an event.

After calling this activity it's necessary to use MsGraph_EventUpdate to actually apply changes to the event.

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 event whose location must be set.


Room

The room to be used as location.

RoomEmail InArgument<String>

The email address of the room to be used as location.


Settings

Timeout InArgument<TimeSpan>

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