MsGraph_EventAddAttendee

Description

This activity allows to add an attendee to a given event.

After to call this activity it is necessary to use MsGraph_EventUpdate to really apply changes to the event.

Attendee

Email InArgument<String> REQUIRED

The email address of the attendee.

The name of the attendee.

The attendee type: required, optional, resource. Use this argument to assign the value directly from the drop-down menu.

The attendee type: required, optional, resource. Use this argument is the value you want to set is stored in a variable.


Event

Event InArgument<MsEvent> REQUIRED

The event to which to add an attendee.