mattfidler / org-outlook.el

org-mode and outlook integration.
43 stars 8 forks source link

Support OSX? #5

Open mnp opened 9 years ago

mnp commented 9 years ago

It looks like OSX Outlook does have some scripting abilities via externally executable AppleScript and Automator, and it appears sufficiently powerful to do some interesting Org things, but I don't know much about either of those mechanisms.

If any Mac users want to look at their scripting menu, choose "About this menu", then hit the "open folder" button, there's a stack of example applications. Connection to one of these facilities could be branched on in org-outlook via:

(if (eq system-type 'darwin)
  ...
)
mattfidler commented 9 years ago

Sounds like a good idea, but I"m not on a Mac, so I can't support it at this time.