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

# Interface GoogleCalendarFreebusyCalendar

```typescript
interface GoogleCalendarFreebusyCalendar {
    busy: { end: string; start: string }[];
    errors?: { message?: string; reason: string }[];
}
```

Types: [busy](#busy), [errors](#errors)

##### Index

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

[busy](#busy) [errors?](#errors)

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

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

```typescript
busy: { end: string; start: string }[]
```

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

```typescript
errors?: { message?: string; reason: string }[]
```
