# matchingPamsCalendarWithOutlookCalendar

**Kind:** Function

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

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

## Signature

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

## Parameters

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

## Relationships

- CALLS → `TaskController`

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

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