Summary:
- I have a WinForms app where multiple users from my organization login to.
- From within this WinForm app, I want to call my Web API which internally processes some calendar related events (like create new meeting, fetch meeting responses, etc.) for precisely allotted MeetingManager user
- Here, we intend to use Microsoft Graph API to do all our stuff
- And since the Web API is going to handle this internally at its endpoint, we seek no interactive screen in between (neither for user login nor for granting permissions at consent page). All this should happen in background without any user interaction in between.
- How can I achieve this?
Note: I am a beginner to Microsoft Graph API and Web application domain
Graph API Mock up: