Forum Discussion
paulomi07
Oct 16, 2019Copper Contributor
MS Graph API - start a Meeting in MS Team Channel & retrieve Meeting information.
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 ...
Vesa Nopanen
Oct 16, 2019MVP
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=http
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=http