Excorporate and OAuth 2.0

I recently released Excorporate 1.1.0 to GNU ELPA.  Excorporate allows Emacs users to retrieve calendar entries directly from an Exchange server such as Office 365, without the need for external programs. The latest release adds experimental OAuth 2.0 support, via a new library I wrote and published to GNU ELPA, called url-http-oauth. With Excorporate 1.1.0, …

Excorporate 0.7.0 released in GNU ELPA

I finished getting Excorporate and all its dependencies into GNU ELPA. Excorporate lets Emacs retrieve calendar items from an Exchange server. I had to rewrite the default UI to use Org Mode, because Calfw isn’t entirely copyright-assigned to the FSF yet. The Calfw UI is still there for reference, but as a text file so …

Excorporate 0.6.0: Exchange integration for Emacs

Here is Excorporate version 0.6.0. New in this release: – Support for overriding settings autodiscovery by manually configuring an EWS URL – A check to prevent soap-client conflicts with other packages – Handle user@sub.domain.com/autodiscover.domain.com autodiscovery case – Support for Exchange 2013 (via the new API addition, exco-server-version) Thanks to everyone who tested autodiscovery on the …

Excorporate: EWS support for Emacs

I use Exchange at work for calendaring. I also use terminal-mode emacsclient when I’m logged in from another machine. In that scenario I can’t easily open a web browser to use Outlook Web Access. It annoyed me that I couldn’t check my schedule from within a terminal Emacs session. Thus, I did the only sensible …