2

I've a similar question to the question Linux clients for Exchange calendar. Is there any way to allow Linux workstations to fetch the appointments out of the Exchange calendar?

Unfortunately it's not possible to install additional software simply, cause new software needs to be allowed by a department of the company.

So I prefer to script things and use a tool like notify-send to display the notifications to the user. Using OWA doesn't help, because most of the people work without sound so they don't get the notifications.

Other clients like Thunderbird or Evolution are currently not allowed. So I would be really pleased if somebody could help me solving this problem.

1 Answers1

1

Exchange Web Services is the only way I know of that a linux workstation might be capable of doing something like this. EWS can be consumed using SOAP (and REST in Exchange 2013).

Providing a complete example would be difficult as I'm primarily Windows-based, but I thought I could help by suggesting EWS. Perhaps these links might help you on your way when it comes to examples and referencing the operations available in EWS. I hope you find what you're looking for:

john
  • 1,995
  • 2
  • 17
  • 30
  • Are these web-services always available, or do they require an additional license? – Nils Aug 09 '13 at 21:23
  • 1
    @Nils. Yes they are, and it appears licensing is not an issue: http://stackoverflow.com/questions/12627573/ews-exchange-web-services-license – john Aug 09 '13 at 21:34