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

# Interface GoogleCalendarDeleteEventResult

```typescript
interface GoogleCalendarDeleteEventResult {
    calendarId: string;
    deleted: true;
    eventId: string;
}
```

Types: [calendarId](#calendarid), [deleted](#deleted), [eventId](#eventid)

##### Index

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

[calendarId](#calendarid) [deleted](#deleted) [eventId](#eventid)

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

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

```typescript
calendarId: string
```

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

```typescript
deleted: true
```

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

```typescript
eventId: string
```
