ms office - How to connect to EWS API? -


I have found that the EWS API is authenticated with OAuth 2.0. I want to call EWS's GetEvents API [1] It is a difficult part to understand how to get authorization from users for this action. Can someone tell me about registering an application and how to get a secret for client IDs and EWS in relevant documents.

[1] -

To use OAuth with EWS There is no MSDN documentation on special, though it is for that. In order to register an app that uses Exchange Online, you have to follow the steps given in the blog post, but the remaining steps have not been documented for EWS (rest). I can update this post when the document is written.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -