# matchingPamsCalendarWithOutlookCalendar

**Kind:** Function

**Source:** `Outlook_plugin/src/calendar/calendar.service.ts` (line 268)

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

## Signature

```ts
async function matchingPamsCalendarWithOutlookCalendar(pamsCalendar: PamsCalendarResponse, outlookCalendar: OutlookCalendarEvent[])
```

## Parameters

| Name | Type |
|---|---|
| `pamsCalendar` | `PamsCalendarResponse` |
| `outlookCalendar` | `OutlookCalendarEvent[]` |

## Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (2)

- `compareImplementations` — `Outlook_plugin/src/calendar/test-calendar-sync.ts`:8
- `handleErrorResponse` — `Outlook_plugin/src/taskpane/taskpane.ts`:69
