I am working on a webapp in java that needs to check an Exchange Calendar for updates. As it is relatively mission critical to be up-to-date, I would like to avoid polling and instead go for an ActiveSync connection. Are there libraries for that? Anybody has done that before? I tried googling and only found this: https://code.google.com/p/synku4j/.
Asked
Active
Viewed 1,246 times
0
-
Oh looky! https://github.com/jimporter/jsas – user3359544 Feb 27 '14 at 14:25
-
Duplicate of http://stackoverflow.com/questions/6030074/activesync-client-java-implementation – Brian Kelly Mar 18 '14 at 16:08