Creating a meeting from API directly

Sohayb Saleh 1 Reputation point
2022-02-15T13:29:06+00:00

Hi everyone,

I am trying to integrate my web app with Microsoft Teams to create a meeting, But I don't want to login from frontend.
I wanna store the email and password or a secret key that will allow me to contact the API and create the meeting using my web app.
Is there a possible way to do that?

Just to explain more the application is a recruitment system that will create the interviews on Microsoft Teams as events in my calendar and sends invite to the user.

Regards,

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
7,602 questions
Microsoft Graph Teamwork API
{count} votes

1 answer

Sort by: Most helpful
  1. Srinivasa Rao Darna 6,501 Reputation points
    2022-02-15T13:45:51.7+00:00

    Hi @Sohayb Saleh ,

    You can use application permissions using client id and client secret for user-post-events and set it as isOnlineMeeting property to true that will create a online teams meeting.
    Refer to this example Create and enable an event as an online meeting.

    Alternatively you can use online meetings with application permission, but that needs Application Access Policy to be configured.
    Refer to this documentation for more inputs. application-post-onlinemeetings
    Hope this helps.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".