Skip to content

Commit 89fe869

Browse files
authored
fix: Improve MS Teams app guidance in App Store (#25173)
1 parent 1f102bf commit 89fe869

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

apps/web/components/apps/AppPage.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,21 @@ export const AppPage = ({
376376
</div>
377377
{installOrDisconnectAppButton()}
378378

379+
{slug === "msteams" && (
380+
<div className="bg-info mt-4 rounded-md px-4 py-3">
381+
<div className="items-start space-x-2.5">
382+
<div className="text-info flex items-start">
383+
<div>
384+
<Icon name="circle-alert" className="mr-2 mt-1 font-semibold" />
385+
</div>
386+
<div>
387+
<span className="font-semibold">{t("msteams_calendar_warning_body")}</span>
388+
</div>
389+
</div>
390+
</div>
391+
</div>
392+
)}
393+
379394
{dependencies &&
380395
(!dependencyData.isPending ? (
381396
<div className="mt-6">

apps/web/public/static/locales/en/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@
368368
"available_apps": "Available Apps",
369369
"available_apps_lower_case": "Available apps",
370370
"available_apps_desc": "View popular apps below and explore more in our <0>App Store</0>",
371+
"msteams_calendar_warning_body": "Install Microsoft Teams and Microsoft Outlook Calendar together so meetings include a proper online link and professional description.",
371372
"fixed_host_helper": "Add anyone who needs to attend the event. <0>Learn more</0>",
372373
"round_robin_groups_helper": "People in a group take turns, one person of each group will show up for the event. <0>Learn more</0>",
373374
"round_robin_helper": "People in the group take turns and only one person will show up for the event. <0>Learn more</0>",

packages/app-store/office365video/_metadata.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export const metadata = {
2121
publisher: "Cal.com",
2222
slug: "msteams",
2323
dirName: "office365video",
24-
dependencies: ["office365-calendar"],
2524
url: "https://www.microsoft.com/en-ca/microsoft-teams/group-chat-software",
2625
2726
isOAuth: true,

packages/app-store/office365video/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
}
2323
},
2424
"dirName": "office365video",
25-
"dependencies": ["office365-calendar"],
2625
"concurrentMeetings": true,
2726
"isOAuth": true
2827
}

0 commit comments

Comments
 (0)