Forum Discussion
cozimek
Aug 07, 2020Brass Contributor
List of a Tenant's future online meetings in Teams
Newbie here! We're looking to leverage the Microsoft Graph API to pull a list of all the future online meetings created in Teams within a tenant for display in our app. Alternatively, a list of all ...
- Aug 08, 2020Hi,
For anything Graph, you are best just searching the Graph API reference: https://docs.microsoft.com/en-us/graph/api/resources/event?view=graph-rest-1.0
You might want to also check the Beta equivalent but be warned it is subject to change.
Thanks
Henry
HenryPhillipsNimbitech
Aug 08, 2020Bronze Contributor
Hi,
For anything Graph, you are best just searching the Graph API reference: https://docs.microsoft.com/en-us/graph/api/resources/event?view=graph-rest-1.0
You might want to also check the Beta equivalent but be warned it is subject to change.
Thanks
Henry
For anything Graph, you are best just searching the Graph API reference: https://docs.microsoft.com/en-us/graph/api/resources/event?view=graph-rest-1.0
You might want to also check the Beta equivalent but be warned it is subject to change.
Thanks
Henry
- cozimekAug 10, 2020Brass ContributorThanks Henry! Looks like the right place to create and query is on the events Graph API, since at the end of the day, it seems that online meetings are simply events on a calendar anyway.
-Ryan- AlbertoSoliverApr 22, 2023Copper Contributor
Hi cozimek!
Did you find a way to list all future online meetings created in Teams within a tenant?
I looked in the MS Graph API, but the andpoint I found lists the events for the user and not the tenant.
I will be grateful for the help.