# Add Attendee

> `UiPath.GSuite.Activities.AddAttendee`

`UiPath.GSuite.Activities.AddAttendee`

## Description

Adds an attendee to an existing event.

### Scopes

This activity requires the following scopes:

* https://www.googleapis.com/auth/calendar

OR

* https://www.googleapis.com/auth/calendar.events

## Project compatibility

Windows - Legacy | Windows

## Configuration

### Properties panel

#### Common

* **ContinueOnError** - If set, the remaining activities are executed if the current activity fails. This field supports Boolean values.
* **DisplayName** - The display name of the activity. This property supports `String` variables and string formatted values.

#### Input

* **AttendeeEmail** - The email address of the attendee you want to add to the event. This property supports `String` variables and string formatted values.
* **CalendarID** - The Id of the calendar that has the event you want to add the attendee to. This property supports `String` variables and string formatted values. If this field is empty, the property uses the primary calendar of the authenticated user specified in the [GSuite Application Scope](https://docs.uipath.com/activities/other/latest/productivity/gsuite-application-scope) activity.
* **EventID** - The Id of the event that you want to add the attendee to. This property supports `String` variables and string formatted values. When entering your value, use the exact Event ID, or the output property variable from a previous [Search Events](https://docs.uipath.com/activities/other/latest/productivity/gsuite-search-events) or [Create Event](https://docs.uipath.com/activities/other/latest/productivity/gsuite-create-event) activity.

#### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level. This field supports Boolean values.

#### Options

* **SendUpdates** - A drop-down list that specifies the type of notification you want to send to the event attendees. The available property values are:
  + **ALL** - Sends notifications to all attendees.
  + **EXTERNAL_ONLY** - Sends notifications if the attendee has a non-Google calendar.
  + **NONE** - Does not send a notification. Note - attendees with a non-Google calendar cannot see the event.
