How can i call a MS graph API (events) with delegated permissions in Azure AD from console app in .net

NC123 1 Reputation point
2021-12-08T13:19:07.153+00:00

i need to call the events graph api to create a meeting link and send it to the attendees
i can call the API using the client flow , which requires the application permissions.
but when only the delegated permissions are granted, there are no roles in token which is generated.
Using the ConfidentialClientApplicationBuilder class to genrate the token

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,446 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,668 questions
0 comments No comments
{count} votes