import type { AppMeta } from "@calcom/types/App"; import _package from "./package.json"; export const metadata = { name: "Microsoft 365/Teams (Requires work/school account)", description: _package.description, appData: { location: { linkType: "dynamic", type: "integrations:office365_video", label: "MS Teams (Requires work/school account)", }, }, type: "office365_video", title: "MS Teams (Requires work/school account)", variant: "conferencing", category: "conferencing", categories: ["conferencing"], logo: "icon.svg", publisher: "Cal.com", slug: "msteams", dirName: "office365video", dependencies: ["office365-calendar"], url: "https://www.microsoft.com/en-ca/microsoft-teams/group-chat-software", email: "help@cal.com", isOAuth: true, } as AppMeta; export default metadata;