From 89fe86976658eede2719f0435eca6d63a29c71b8 Mon Sep 17 00:00:00 2001
From: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com>
Date: Fri, 14 Nov 2025 23:09:32 +0530
Subject: [PATCH] fix: Improve MS Teams app guidance in App Store (#25173)
---
apps/web/components/apps/AppPage.tsx | 15 +++++++++++++++
apps/web/public/static/locales/en/common.json | 1 +
packages/app-store/office365video/_metadata.ts | 1 -
packages/app-store/office365video/config.json | 1 -
4 files changed, 16 insertions(+), 2 deletions(-)
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 Store0>",
+ "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 more0>",
"round_robin_groups_helper": "People in a group take turns, one person of each group will show up for the event. <0>Learn more0>",
"round_robin_helper": "People in the group take turns and only one person will show up for the event. <0>Learn more0>",
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
}