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

# Interface GoogleCalendarListCalendarsResult

```typescript
interface GoogleCalendarListCalendarsResult {
    calendars: GoogleCalendarCalendar[];
}
```

Types: [calendars](#calendars), [GoogleCalendarCalendar](core.GoogleCalendarCalendar.md)

##### Index

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

[calendars](#calendars)

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

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

```typescript
calendars: GoogleCalendarCalendar[]
```

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