SOLVED

List of a Tenant's future online meetings in Teams

Occasional Contributor

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?

2 Replies
best response confirmed by cozimek (Occasional Contributor)
Solution
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
Thanks 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