ABI
ABI

Reputation: 1556

Access tasks using Active Directory Azure Library

Developing an android app that needs tasks from outlook.office365.com, where the client's work account is connected with AD, I used ADAL library for authentication and don't find API to access the Tasks. Is there any way to get this done?.Kindly update me.

Upvotes: 0

Views: 52

Answers (2)

ABI
ABI

Reputation: 1556

Finally, I have found out a way to access the "Tasks" from outlook.office365.com, Please make sure you read the guide here: https://docs.google.com/document/d/1iqY_tdyJFbVZ2UR0_rGznSvbamDTdm6gNoltfQZghrQ/edit?usp=sharing

It is working, but I had to get the trial license from the developers, still I'm working on the same by using ews-java-api, once if I find it working, I'll update my answer

Upvotes: 1

Joe Martella
Joe Martella

Reputation: 762

Sorry, the API doesn't support interacting with Outlook tasks. You can find all of the Office 365 API documentation on MSDN.

Upvotes: 0

Related Questions