EBMRay
EBMRay

Reputation: 27

Integrate Web Application with MS Teams

I have a web application created in ASP.NET, and I am looking if there is a way to integrate my application with Microsoft Teams.

What I am planning to achieve is the following:

After the user fills a form on my website, I would like to create a Teams meeting based on his selected date/duration from the form and inform him that the meeting is reserved for him based on the date that he picks.

Besides, I would like to know if it's possible to let the user join the meeting directly from my web application instead of sending him an email to join the meeting.

Is it possible to achieve the following scenario?

If yes, Can you please explain in detail and provide an example or documentation that can guide me to achieve my needs?

Any help will be greatly appreciated. Thank you.

Upvotes: 0

Views: 1250

Answers (1)

Gousia Begum
Gousia Begum

Reputation: 2124

You could try creating a Teams meeting using Deeplinking to scheduling dialog. This would take the details entered by the user from you web page and will navigate to a scheduling screen inside Teams. Regarding your question #2 Once a Teams meeting is scheduled, the user can directly click on Join meeting to join the meeting. It is not possible to allow the user to join a meeting within your web page.

Upvotes: 1

Related Questions