# matchingPamsCalendarWithOutlookCalendar

**Kind:** Function

**Source:** `Outlook_plugin/src/calendar/calendar.service.pre-optimization.backup.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`
