Garethp / php-ews

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

Getting recurrence data #235

Open lucabert opened 1 year ago

lucabert commented 1 year ago

Hi!

I'm trying to read all recurring elements of a calendar. It works with getCalendarItems(), but, even if all items are "recurring" ($item->getIsRecurring() returns true), $item->getRecurrence() always returns empty.

Could someone explain me what I'm doing wrong?

Thanks Luca

j-applese3d commented 1 year ago

I think you need getRecurrenceId()