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 future online meetings for a particular organizer would be great, too.
Any recommendations on how we'd get there?
- 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
- HenryPhillipsNimbitechBronze ContributorHi,
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- cozimekBrass 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- AlbertoSoliverCopper 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.