Micah Rairdon
Micah Rairdon
Looking forward to it 👍
Definitely makes it a bit more difficult to use. I just started using emacs just for org-mode and I think there are a lot of others out there like myself,...
Using the REST API might be worth looking into. Consumption could be done with code that works in PowerShell on Linux and Mac. https://docs.microsoft.com/en-us/outlook/rest/
Looks like only Exchange 2016. Might not be the best approach if you're looking for backwards compatibility.
https://blogs.technet.microsoft.com/exchange/2016/09/26/on-premises-architectural-requirements-for-the-rest-api/
Just an update. I was able to get past the error about the 'BaseTerm' without modifying the csdl by selecting the option to ignore unknown attributes. Also for better testing...
Seems like a good idea 👍 Would be fantastic for sure to see this as an official plugin
Specifically I'm trying to get a sample working with the OData v4 TripPin sample service: https://services.odata.org/TripPinRESTierService
``` Error: Unable to initialize OData. Needed to support remote OData services at Object.requireLib (breeze-client.js:545) at DataServiceODataAdapter.initialize (breeze-client-adapter-data-service-odata.js:62) at BreezeConfig._initializeAdapterInstanceCore (breeze-client.js:1582) at BreezeConfig.initializeAdapterInstance (breeze-client.js:1482) at Function.register (breeze-client-adapter-data-service-odata.js:59) at new AppComponent...
When I ran a debug I had no content because I was getting a 403. I had to modify the code to put in a user-agent header in order for...