Add Attendee
Adds attendees to an event.
Last updated
Adds attendees to an event.
Last updated
This activity adds attendees 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 attendee 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].
Email Address: Required
Specifies the email address of the attendee that is to be added.
Name: Specifies the name of the attendee that is to be added.
Type: Specifies the type of attendance that we want to assign to the attendee. The available options are:
Required - Marks the attendee as required.
Optional - Marks the attendee as optional.
Resource - Marks the attendee as resource.
By default, the value is set to Required.