Forum Discussion
Teams Channel Meetings Graph API
csnaraincurrently no graph api exists where one can retrieve information around meetings in a channel. I guess you want to get statistical information per team and per channel, rigtht ?# of meetings , duration of meetings.
Can you share details what method you use at the moment (you've mentioned an adhoc method)?
StefanFried The method I use currently is a bit quirky and not sure if it will break in future, but nevertheless let me explain
1. I make a call to graph "group/{id}/events" and get the joinURL property for each one of the events
2. I then extract the channel id from the joinURL property if it exists
3. Next, I call graph again to list all channels and filter it with the channel id and then get the respective channel's display names