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

# Interface GoogleCalendarUpdateEventInput

```typescript
interface GoogleCalendarUpdateEventInput {
    accountId?: string;
    calendarId: string;
    event: GoogleCalendarEventPatch;
    eventId: string;
    sendUpdates?: "none" | "all" | "externalOnly";
}
```

Types: [accountId](#accountid), [calendarId](#calendarid), [event](#event), [GoogleCalendarEventPatch](../types/core.GoogleCalendarEventPatch.md), [eventId](#eventid), [sendUpdates](#sendupdates)

##### Index

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

[accountId?](#accountid) [calendarId](#calendarid) [event](#event) [eventId](#eventid) [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: GoogleCalendarEventPatch
```

Types: [GoogleCalendarEventPatch](../types/core.GoogleCalendarEventPatch.md)

### <a id="eventid"></a>eventId

```typescript
eventId: string
```

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

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