Add Attendee
Adds attendees to an event.
This activity adds attendees to a user-specified event using the Microsoft Graph Update event API.
Input
Connection Id:
GraphServiceClient VariableRequiredSpecifies the office 365 connection id.Account:
String ArgumentSpecifies 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:
Object ArgumentRequiredSpecifies the event as Event to which the attendee is to be added. We can also specify the output variable of either the Create Event activity or Search Events 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].
Attendee Information
Email Address:
String ArgumentRequiredSpecifies the email address of the attendee that is to be added.Name:
String ArgumentSpecifies the name of the attendee that is to be added.
Options
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.
Last updated