MS Graph API - start a Meeting in MS Team Channel & retrieve Meeting information.

Copper Contributor

Hi, 

 

We have currently set up integration of our Product with MS Teams using MS Graph API (Delegated Permissions). We are currently doing the below operations successfully with the help of Graph API:

- Set up the integration using user sign-in: Admin consent and Token retrieval flow

- Create a Team/Channel

- Get Team/Channel information

- Send a Message to a Channel

- Retrieve Chat Messages for a Channel

- etc, etc..

 

We are looking to expand this based on our new customer requirements, and be able to do the below using MS Graph APIs for Teams: 

1) Start a Meeting in a Channel when the Channel gets created. 

2) Retrieve information about the newly created Meeting. 

 

Are the above two operations possible via MS Graph API for Teams? If yes, can somebody point to the MS Graph API contracts? 

 

Thanks,

Paulomi Mahidharia

1 Reply
So far I don't think there is a Graph API to create a channel meeting.
However, you can create a Online meeting and post information about that to a channel.
My blog post about this: https://myteamsday.com/2019/09/10/using-graph-api-to-create-a-instant-meeting-in-teams/

Docs-article about the API:
https://docs.microsoft.com/en-us/graph/api/application-post-onlinemeetings?view=graph-rest-beta&tabs...