Forum Discussion
sprest50
Jul 23, 2021Copper Contributor
Is it possible to get data from teams into a C# winforms app?
I was wondering if there was a way I could data from Teams into a winforms C# application? I see you can create an application and put into teams, but that is not what I want.
Jul 23, 2021
Of course it's, you can get data from Teams using the Graph API and you can make use of the Graph in any kind of application you want
- sprest50Jul 26, 2021Copper Contributor
Is it just graph data, or an I get like user info, tasks info, etc?