Forum Discussion
Create custom app for show owa mailbox and calendar in tabs in Teams
- Oct 04, 2022
Engineering team has said that this is not a supported flow. It is strongly advised not to ship an app like this to real customers. App developers should only be embedding their own sites in Teams Apps after integrating them with SDK and validating them inside of Teams. The Outlook web app is not optimized to run inside of Teams. So, wrapping it in Teams App manifest will not make it handle authentication, theming, accessibility, etc. correctly.
Thanks,
Meghana
----------------------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
Ramon_Borja - We are also able to repro this issue. We created 2 static tabs where we gave the below links for mailbox and outlook calendar. Those tabs are loading fine on Web but not on Desktop.
- "contentUrl": "https://outlook.office.com/mail/"
- "contentUrl": "https://outlook.office.com/calendar/view/month"
Teams Desktop :
Teams Web :
Could you please confirm if you are also doing the same?
- Ramon_BorjaOct 04, 2022Copper ContributorYes, the same thing happens to me.I have specified exchange id to have login authorization, but it doesn't work on desktop client: 00000002-0000-0ff1-ce00-000000000000
- Meghana-MSFTOct 04, 2022Former Employee
Engineering team has said that this is not a supported flow. It is strongly advised not to ship an app like this to real customers. App developers should only be embedding their own sites in Teams Apps after integrating them with SDK and validating them inside of Teams. The Outlook web app is not optimized to run inside of Teams. So, wrapping it in Teams App manifest will not make it handle authentication, theming, accessibility, etc. correctly.
Thanks,
Meghana
----------------------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- Ramon_BorjaOct 04, 2022Copper ContributorThanks for the reply. The creation of this app was to temporarily cover a need of the organization and it was not going to be distributed outside of it. I'm going to cancel it.