Forum Discussion

Ramon_Borja's avatar
Ramon_Borja
Copper Contributor
Oct 03, 2022

Create custom app for show owa mailbox and calendar in tabs in Teams

Hello everyone, I'm creating a custom app for teams to display owa's inbox and calendar, each in a tab. I've added the necessary permissions and the app works fine in Team Web, but it doesn't show me anything from the Teams desktop client. Can anybody help me? I have included the owa identifier in the app and it should show the windows from the desktop client.

 

Teams Desktop ClientTeams web clientTeams web client

  • 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's avatar
      Ramon_Borja
      Copper Contributor
      Yes, 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-MSFT's avatar
        Meghana-MSFT
        Icon for Microsoft rankMicrosoft

        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. 

Resources