0
votes

Looking for additional products similar to www.nylas.com which provide an API to sync my web application with my microsoft exchange email and calendar.

Most email services are aimed at marketing and hosting, whereas I just want a simple connection between exchange and my app, without building an API from the ground up.

Any suggestions?

1

1 Answers

0
votes

Why not using Exchange EWS?

I do not know your App so a simple cronjob would do it...

P.S. By the way I personally think the best way is to access the calendar via the App directly on the device. The reason is that a user normally have ActiveSync configured so that he get all the content on his device. If he change his password he do that on the device. So your app might use a old password and will no longer work. Additional your app try to access content with the old password and might block the user account then. The user got upset and will no longer use it. Accessing the calendar now directly on the device eliminate the need to get the user password and also eleminite the need that the user need to change it in your app...