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

Getting recurrence data

Open lucabert opened this issue 3 years ago • 1 comments

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

lucabert avatar Sep 20 '22 13:09 lucabert

I think you need getRecurrenceId()

j-applese3d avatar Oct 26 '22 19:10 j-applese3d