Hi,
I'm looking to access Office 365 mail, calendar, contacts.
Is there are REST API available for this?
I found I can use SOAP, but when authenticating against https://outlook.office365.com/EWS/Exchange.asmx I'm not getting anything.
Is there anything specific settings in Office 365 that needs to be enabled? I'm not developing an app for office 365. Simply want to push and pull data from Office 365 using stateless web calls without library. For reference I'm using Python.
I appreciate any help or references. Thanks!
Andrew