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

# Interface GoogleCalendarListAccountsResult

```typescript
interface GoogleCalendarListAccountsResult {
    accounts: GoogleCalendarAccount[];
}
```

Types: [accounts](#accounts), [GoogleCalendarAccount](core.GoogleCalendarAccount.md)

##### Index

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

[accounts](#accounts)

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

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

```typescript
accounts: GoogleCalendarAccount[]
```

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