# compareImplementations

**Kind:** Function

**Source:** `Outlook_plugin/src/calendar/test-calendar-sync.ts` (line 8)

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

## Signature

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

## Parameters

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

## Relationships

- IMPORTS → `matchingPamsCalendarWithOutlookCalendar`
- IMPORTS → `matchingPamsCalendarWithOutlookCalendar`
- IMPORTS → `PamsCalendarResponse`
- IMPORTS → `OutlookCalendarEvent`
