GoogleCalendar_EventObjAddPartecipant

Description

Locally adds a new partecipant to an Event obj.

This activity works only on the local object so it is necessary to pass the result of this activity the GoogleCalendar_EventUpdate activity to make effective the changes.

Advanced options

Comment InArgument<String>

The attendee's response comment.

Optional InArgument<Boolean?>

Sets whether this is an optional attendee.

Organizer InArgument<Boolean?>

Sets whether the attendee is the organizer of the event.

Resource InArgument<Boolean?>

Sets whether the attendee is a resource. Can only be set when the attendee is added to the event for the first time.


Event

Event InArgument<Event> REQUIRED

The event where to add the new partecipant.


Partecipant

Email InArgument<String> REQUIRED

The attendee's email address. It must be a valid email address as per RFC5322.

Name InArgument<String> REQUIRED

The attendee's name.