SOLVED

List of a Tenant's future online meetings in Teams

Brass 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?

3 Replies
best response confirmed by cozimek (Brass 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

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.

 

 

 

    

1 best response

Accepted Solutions
best response confirmed by cozimek (Brass 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

View solution in original post