Forum Discussion
keep track of who and how long people attended an online meeting
I searched a bit more and I found a thing didn't know: using teams is possibile to create two possibile of online meetings
https://support.microsoft.com/en-us/office/schedule-a-teams-live-event-7a9ce97c-e1cd-470f-acaf-e6dfc179a0e2.
This kind of online meeting is not ufficially supported in graph api, but looks like it's possible to do this sending a custom message. https://techcommunity.microsoft.com/t5/teams-developer/microsoft-teams-api-for-live-events/m-p/1418908
- williamsrabiaSep 21, 2020
Microsoft
Hey luca_morelli
That's good to know but for live events, there is documentation -> https://cda.ms/1G2 . But the actual question still remains right on how to get the report programmatically.- luca_morelliSep 21, 2020Copper Contributor
Actually I'm trying to understand if the system is able to produce the informations I need, without worrying about graph sdk or not. About the report apis you shown me I'm going to test them with graph explorer connecting to my domain to check the output before starting the development work,
Luca