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

# Interface GoogleCalendarCreateEventInput

```typescript
interface GoogleCalendarCreateEventInput {
    accountId?: string;
    calendarId: string;
    event: GoogleCalendarEventInput;
    sendUpdates?: "none" | "all" | "externalOnly";
}
```

Types: [accountId](#accountid), [calendarId](#calendarid), [event](#event), [GoogleCalendarEventInput](core.GoogleCalendarEventInput.md), [sendUpdates](#sendupdates)

##### Index

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

[accountId?](#accountid) [calendarId](#calendarid) [event](#event) [sendUpdates?](#sendupdates)

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

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

```typescript
accountId?: string
```

### <a id="calendarid"></a>calendarId

```typescript
calendarId: string
```

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

```typescript
event: GoogleCalendarEventInput
```

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

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

```typescript
sendUpdates?: "none" | "all" | "externalOnly"
```
