Dear Team,
I am developing a JavaScript-based Outlook add-in that uses EWS to fetch calendar data for on-premises mailboxes.
As per Microsoft’s documentation, I am currently using the ReadWriteMailbox permission to access EWS APIs for retrieving calendar information.
My use case requires restricting the add-in’s access strictly to calendar data, blocking it from reading emails or other mailbox content, as well as from composing or modifying emails and other items that become available when the ReadWriteMailbox permission is granted.
Could you please confirm whether such fine-grained permission control is supported through this mechanism? Specifically, is there any configuration or setting within the manifest.xml file that would allow me to limit access to calendar data only?