We are trying to build a node js based client application to access calendar of microsoft on-premises exchange server 2016. We studied about outlook calendar api and Exchange Web Services(EWS). As I know, outlook calendar api is not allowed to access on-premises exchange server. I want to know
- Is there any way to use outlook calendar api to access calendar or have to use EWS?
If we have to use EWS
- Is there any good node js module for EWS ?
- Does EWS provide all functionalities of calendar (such as outlook calendar api provides all capability of calendar)?