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

# Interface GoogleCalendarPerson

```typescript
interface GoogleCalendarPerson {
    displayName?: string;
    email: string;
    self?: boolean;
}
```

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

#### Hierarchy

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

##### Index

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

[displayName?](#displayname) [email](#email) [self?](#self)

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

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

```typescript
displayName?: string
```

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

```typescript
email: string
```

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

```typescript
self?: boolean
```
