Closed bmblb closed 4 years ago
If dates are omitted and there are recurring events and includeOccurrences
is not passed as false
, then it's an invalid request. What are you generating occurrences for? It must be for a UI which has a time range.
If this is invalid request - store has to throw exception. Also docs have to state this limitation clearly. No API call should make page unresponsive.
I vote docs + throw
To reproduce on recurrence demo call this in console:
Pause in a second or two, see browser is constantly generating occurrences.
Probably if start/end are omitted, recurrence mixin should only generate few occurrences. 1 maybe?