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

# Interface GoogleCalendarEventResult

```typescript
interface GoogleCalendarEventResult {
    event: GoogleCalendarEvent;
}
```

Types: [event](#event), [GoogleCalendarEvent](core.GoogleCalendarEvent.md)

##### Index

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

[event](#event)

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

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

```typescript
event: GoogleCalendarEvent
```

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