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

# Interface GoogleCalendarFreebusyResult

```typescript
interface GoogleCalendarFreebusyResult {
    calendars: Record<string, GoogleCalendarFreebusyCalendar>;
    groups: Record<
        string,
        { calendars: string[]; errors?: { message?: string; reason: string }[] },
    >;
}
```

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

##### Index

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

[calendars](#calendars) [groups](#groups)

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

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

```typescript
calendars: Record<string, GoogleCalendarFreebusyCalendar>
```

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

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

```typescript
groups: Record<
    string,
    { calendars: string[]; errors?: { message?: string; reason: string }[] },
>
```
