You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: