Access another mailbox calendar events with PHP-EWS
问题 In PHP-EWS library (https://github.com/jamesiarmes/php-ews) I can access the calendar events of a specific user using this code: https://github.com/jamesiarmes/php-ews/wiki/Calendar:-Get-List-(Retrieving-Id-and-ChangeKey) In all the library features we always use the authentication for a single user: $ews = new ExchangeWebServices($host, $username, $password, $version); However how can I get the calendar events from another user's mailbox? If I have an account in LDAP with admin privileges is