php-ews
php-ews copied to clipboard
Confusing Data Structure When Querying Another Users Calendar
As brought up in #64, if you try to query another user's calendar like that, instead of returning something that you can loop over to get events, it returns an array of group of events, so you have to loop over that. This should be documented, then improve upon