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

# Interface GoogleCalendarEventInput

```typescript
interface GoogleCalendarEventInput {
    attendees?: GoogleCalendarAttendee[];
    description?: string;
    end: GoogleCalendarDateTime;
    id?: string;
    location?: string;
    recurrence?: string[];
    start: GoogleCalendarDateTime;
    status?: string;
    summary?: string;
}
```

Types: [attendees](#attendees), [GoogleCalendarAttendee](core.GoogleCalendarAttendee.md), [description](#description), [end](#end), [GoogleCalendarDateTime](core.GoogleCalendarDateTime.md), [id](#id), [location](#location), [recurrence](#recurrence), [start](#start), [status](#status), [summary](#summary)

##### Index

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

[attendees?](#attendees) [description?](#description) [end](#end) [id?](#id) [location?](#location) [recurrence?](#recurrence) [start](#start) [status?](#status) [summary?](#summary)

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

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

```typescript
attendees?: GoogleCalendarAttendee[]
```

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

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

```typescript
description?: string
```

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

```typescript
end: GoogleCalendarDateTime
```

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

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

```typescript
id?: string
```

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

```typescript
location?: string
```

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

```typescript
recurrence?: string[]
```

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

```typescript
start: GoogleCalendarDateTime
```

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

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

```typescript
status?: string
```

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

```typescript
summary?: string
```
