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

# Interface GoogleCalendarListEventsResult

```typescript
interface GoogleCalendarListEventsResult {
    events: GoogleCalendarEvent[];
    nextPageToken?: string;
    nextSyncToken?: string;
}
```

Types: [events](#events), [GoogleCalendarEvent](core.GoogleCalendarEvent.md), [nextPageToken](#nextpagetoken), [nextSyncToken](#nextsynctoken)

##### Index

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

[events](#events) [nextPageToken?](#nextpagetoken) [nextSyncToken?](#nextsynctoken)

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

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

```typescript
events: GoogleCalendarEvent[]
```

Types: [GoogleCalendarEvent](core.GoogleCalendarEvent.md)

### <a id="nextpagetoken"></a>`Optional`nextPageToken

```typescript
nextPageToken?: string
```

### <a id="nextsynctoken"></a>`Optional`nextSyncToken

```typescript
nextSyncToken?: string
```
