diff --git a/apps/web/components/apps/AppPage.tsx b/apps/web/components/apps/AppPage.tsx index a49f1926c0..b86c14b9d4 100644 --- a/apps/web/components/apps/AppPage.tsx +++ b/apps/web/components/apps/AppPage.tsx @@ -376,6 +376,21 @@ export const AppPage = ({ {installOrDisconnectAppButton()} + {slug === "msteams" && ( +
+
+
+
+ +
+
+ {t("msteams_calendar_warning_body")} +
+
+
+
+ )} + {dependencies && (!dependencyData.isPending ? (
diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index 5d1434841f..bd4fab2bfe 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -368,6 +368,7 @@ "available_apps": "Available Apps", "available_apps_lower_case": "Available apps", "available_apps_desc": "View popular apps below and explore more in our <0>App Store", + "msteams_calendar_warning_body": "Install Microsoft Teams and Microsoft Outlook Calendar together so meetings include a proper online link and professional description.", "fixed_host_helper": "Add anyone who needs to attend the event. <0>Learn more", "round_robin_groups_helper": "People in a group take turns, one person of each group will show up for the event. <0>Learn more", "round_robin_helper": "People in the group take turns and only one person will show up for the event. <0>Learn more", diff --git a/packages/app-store/office365video/_metadata.ts b/packages/app-store/office365video/_metadata.ts index 7eeda9685c..644048c122 100644 --- a/packages/app-store/office365video/_metadata.ts +++ b/packages/app-store/office365video/_metadata.ts @@ -21,7 +21,6 @@ export const metadata = { 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, diff --git a/packages/app-store/office365video/config.json b/packages/app-store/office365video/config.json index 64da746b4c..9b663ad63d 100644 --- a/packages/app-store/office365video/config.json +++ b/packages/app-store/office365video/config.json @@ -22,7 +22,6 @@ } }, "dirName": "office365video", - "dependencies": ["office365-calendar"], "concurrentMeetings": true, "isOAuth": true }