Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit89fe869

Browse files
authored
fix: Improve MS Teams app guidance in App Store (#25173)
1 parent1f102bf commit89fe869

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+
<divclassName="bg-info mt-4 rounded-md px-4 py-3">
381+
<divclassName="items-start space-x-2.5">
382+
<divclassName="text-info flex items-start">
383+
<div>
384+
<Iconname="circle-alert"className="mr-2 mt-1 font-semibold"/>
385+
</div>
386+
<div>
387+
<spanclassName="font-semibold">{t("msteams_calendar_warning_body")}</span>
388+
</div>
389+
</div>
390+
</div>
391+
</div>
392+
)}
393+
379394
{dependencies&&
380395
(!dependencyData.isPending ?(
381396
<divclassName="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
email:"help@cal.com",
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)

[8]ページ先頭

©2009-2025 Movatter.jp