Add Location
Adds location to an event.
Last updated
Adds location to an event.
Last updated
This activity adds a location to a user-specified event using the Microsoft Graph API.
Connection Id: Required
Specifies the office 365 connection id.
Account: Specifies an email address with which to interact. This property can include any shared mailbox to which the current user has access rights. If the property field is left empty, the current user's account is used. This is an optional property.
Event: Required
Specifies the event as to which the location is to be added. We can also specify the output variable of either the activity or activity (which is an Event or Event[ ]) directly as input in this property. If we are using the Events property of Search Events activity then we can directly specify the element in the array. For example : Events[1].
Location Name: Required
Specifies the name of the event location.
The following properties under Physical Address are optional and any values that are entered in these properties will be added after the Location Name in the event location field.
City: Specifies the city of the event location.
Country or Region: Specifies the country or region of the event location.
Postal Code: Specifies the postal code of the event location.
State: Specifies the state of the event location.
Street: Specifies the street of the event location.
Room Email Address: Specifies the email address of the attendee (if required) that is to be added to the event along with the location and changes the to Conference Type.