Garethp / php-ews

PHP Exchange Web Services
BSD 3-Clause "New" or "Revised" License
112 stars 45 forks source link

Enclose FreeBusyResponse in an array in areAvailable #244

Open nuggex opened 1 year ago

nuggex commented 1 year ago

In the current master branc areAvailable fails with error PHP Warning: array_map(): Expected parameter 2 to be an array, object given in ../vendor/garethp/php-ews/src/CalendarAPI.php on line 314

This is due to the second argument to the array_map function not being an array.