php-ews icon indicating copy to clipboard operation
php-ews copied to clipboard

BUG FreeBusyResponse array

Open ghost opened this issue 3 years ago • 1 comments

https://github.com/Garethp/php-ews/blob/7920fefb0bb431cb2df0b2ba58d09330535ced6c/src/CalendarAPI.php#L307

replace ->

foreach ($availability->getFreeBusyResponseArray()->FreeBusyResponse as $responseMessage) {
            if ($responseMessage->getResponseMessage()->getResponseClass() === 'Error') {
                throw new ExchangeException($responseMessage);
            }
        }

$availability->getFreeBusyResponseArray()->FreeBusyResponse is array

ghost avatar Mar 27 '23 16:03 ghost

See pull request #244

nuggex avatar Mar 28 '23 08:03 nuggex