cal/packages/app-store/exchangecalendar/_metadata.ts
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

16 lines
265 B
TypeScript

import type { App } from "@calcom/types/App";
import config from "./config.json";
export const metadata = {
category: "calendar",
installed: true,
rating: 0,
reviews: 0,
trending: true,
verified: true,
...config,
} as App;
export default metadata;