> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.GoogleCalendarAttendee.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface GoogleCalendarAttendee

```typescript
interface GoogleCalendarAttendee {
    displayName?: string;
    email: string;
    optional?: boolean;
    responseStatus?: "accepted" | "needsAction" | "declined" | "tentative";
    self?: boolean;
}
```

Types: [displayName](#displayname), [email](#email), [optional](#optional), [responseStatus](#responsestatus), [self](#self)

#### Hierarchy

*   [GoogleCalendarPerson](core.GoogleCalendarPerson.md)
    *   GoogleCalendarAttendee

##### Index

### <a id="properties"></a>Properties

[displayName?](#displayname) [email](#email) [optional?](#optional) [responseStatus?](#responsestatus) [self?](#self)

## <a id="properties-1"></a>Properties

### <a id="displayname"></a>`Optional`displayName

```typescript
displayName?: string
```

Inherited from [GoogleCalendarPerson](core.GoogleCalendarPerson.md).[displayName](core.GoogleCalendarPerson.md#displayname)

### <a id="email"></a>email

```typescript
email: string
```

Inherited from [GoogleCalendarPerson](core.GoogleCalendarPerson.md).[email](core.GoogleCalendarPerson.md#email)

### <a id="optional"></a>`Optional`optional

```typescript
optional?: boolean
```

### <a id="responsestatus"></a>`Optional`responseStatus

```typescript
responseStatus?: "accepted" | "needsAction" | "declined" | "tentative"
```

### <a id="self"></a>`Optional`self

```typescript
self?: boolean
```

Inherited from [GoogleCalendarPerson](core.GoogleCalendarPerson.md).[self](core.GoogleCalendarPerson.md#self)
