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
Is there currently a way to disable the processRecurrences() function, or to only get the non-recurring events + the "parent" events?
In my particular case, I already have a processRecurrences system in my app, that parses rrule and I would like to only get the events that are not recurring.
I didn't find a way to achieve this without extending/modifying the class.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Is there currently a way to disable the
processRecurrences()
function, or to only get the non-recurring events + the "parent" events?In my particular case, I already have a
processRecurrences
system in my app, that parses rrule and I would like to only get the events that are not recurring.I didn't find a way to achieve this without extending/modifying the class.
Thanks
The text was updated successfully, but these errors were encountered: