cal/packages/app-store/exchangecalendar/package.json
Sascha Schworm 91c39a0306
feat: Exchange with NTLM support (#4127)
* add exchange package

* fix conflicts

* add setup page for v2

* refactor setup page for v1

* return exchange error messages to user if applicable

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
2022-09-14 16:09:00 +00:00

18 lines
466 B
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"name": "@calcom/exchangecalendar",
"version": "0.0.0",
"main": "./index.ts",
"description": "Fetch Microsoft Exchange calendars and availabilities using Exchange Web Services (EWS).",
"dependencies": {
"@calcom/lib": "*",
"@calcom/prisma": "*",
"@ewsjs/xhr": "^1.4.4",
"ews-javascript-api": "^0.11.0"
},
"devDependencies": {
"@calcom/types": "*"
}
}