Meeting Schedular with outlook and react

Ravi Sharma 0 Reputation points
2023-02-28T04:28:50.3666667+00:00

I want to create a meeting schedular, where user will click the date from a custom calendar , add subject, then that meeting will be created on my outlook account, but using graph api asks for authentication and there is a popup for authentication, how can I resolve this, I just want the user to select the date and add subject, hit the book meeting button. Please help me with this ?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,592 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,887 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Siddharth Gautam 855 Reputation points
    2023-04-07T11:49:18.82+00:00

    Hello Ravi Sharma,

    Thanks for posting!

    As per my research, you are getting this authentication pop up because you are using delegated permission to create meeting in outlook, to avoid the popup for authentication, I would suggest you use the Application permission and generate the token with the help of client credential flow.

    You can register an app with Azure Active Directory by referring This link.

    Hope this helps.

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

    0 comments No comments