spf
8 TopicsGraph api - MS Teams Meeting Recording link
Hi Team, We are setting up meetings within O365 Group and trying to get the meetings information of given Group ID using the below graph api https://graph.microsoft.com/v1.0/groups/{guid}/events?$orderby=createdDateTime What we are now interested is, Can we get the MS Teams meeting recording link along with the event details? Do we have support from Graph api to get the Teams meeting recording details. Thanks & Regards, Bhanu7.3KViews2likes5CommentsTeams Personal App Development
I was developed a teams personal app with "Teams ToolKit". The app is working well in the web version of Teams. But In desktop and Mobile client not working properly. My personal app contains a module about fetching current and all users details using GraphClientfactory. My app failed to load when calling the graph API module. In the web version, it's working correctly. I don't know what is the issue arise when calling graph call? Here anyone faces the same issue? please help me. I am stuck for about 2 weeks. Thanks In advance.1.5KViews0likes6CommentsIntegration of Microsoft teams with upwork message room
Hi Folks, Is there any connector available or any add in available inside Microsoft teams for Upwork? Or any Power automate flow available where I can relay / sync my messages from Microsoft teams channel to up work along with files and vice versa? Please suggest if any API available either. Goal: Integrate Microsoft teams app with Upwork Purpose: Real time file and message transfer and other automationSolved1.2KViews0likes1CommentApp not showing under teams app but when pop it up
Hello community, I have the following teams app, when I click in from the teams menu, it shows with no tabs, but when I click the pop up option, it appears with all the tabs I added, any idea what can be the reason? Permissions ? thank you very much First View: After pop up option:916Views0likes2CommentsOpen file from SPFx Teams tab in New Teams
Is there a way to open a file from an SPFx Teams Tab app in New Teams? My implementation in Classic Teams was working, which was taken from here: How to open a file in the Custom spfx teams tab in MS teams - Microsoft Community Hub private string GetFileViewerURL(string actionData_URL, string prefix) { return $"https://teams.microsoft.com/_#/{prefix}/viewer/teams/" + actionData_URL?.Replace("/", "~2F"); }813Views0likes2CommentsTeams custom app shows 404 not found error on mobile apps, whereas desktop apps works fine
Hi, I have teams custom app which works fine with desktop and web's teams and microsoft 365 application but it is giving "404 not found " when page refreshed on mobile device using pulltorefresh. please guide. Thanks, Priti469Views0likes1Comment