# getCalendarEvents

**Kind:** Function

**Source:** `Outlook_plugin/src/calendar/calendar.service.pre-optimization.backup.ts` (line 432)

**Part of:** [Calendar](subsystem-outlook-plugin-src-calendar)

## Signature

```ts
async function getCalendarEvents(startDate: Date, endDate: Date, token: string): Promise<OutlookCalendarEvent[]>
```

## Parameters

| Name | Type |
|---|---|
| `startDate` | `Date` |
| `endDate` | `Date` |
| `token` | `string` |

**Returns:** `Promise<OutlookCalendarEvent[]>`
