python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can we generate Microsoft Graph API Event Creation Token Using MSAL library in angular?
I am building an application where the user logs in via Microsoft sso using MSAL.But the token that I get from MSAL doesn't work when I try to create an Event in Microsoft calendar.
What i have done:
...
Ankit Gupta
Votes: 0
Answers: 1
Graph Calendar - Difference in the response returned by EWS and Graph
I have developed an application using EWS Calendar.
I am migrating from EWS to Graph.
I'm stuck at Graph Calendar's Get event handler.
The response between EWS and Graph is similar. However, there are...
IceCanh
Votes: 0
Answers: 1
Unknown Error in Microsoft graph API Calendar module
As I'm trying to get my calendar with graph UI or with my daemon app, I get the same unknown error with the http error 404
For my app I got the needed permission Calendars.Read by the admin and added ...
Antonina Sirotina
Votes: 0
Answers: 0
How to create subscription for specific event of Graph API
I want to get notifications on a specific event that I have created from my application. For that, I am using the below code to subscribe to a specific event.
var subscription = new Subscription
...
AABhatt
Votes: 0
Answers: 1