With the EWS-PHP library, I am able to get all events on my Exchange calendar. But I noticed that when there is recurring event, I got only the first occurrence event, and this happens when the CalendarItem has "RecurringMaster" for the "CalendarItemType" property.
My question is how to get all occurrences of a recurring event, in PHP way ?