Motoya Kondo (Yan)
Results
1
comments of
Motoya Kondo (Yan)
I face to same issue, and I found a workaround. `RRuleSet` has immutable `RRule`. So, we have to reinstantiate RRuleSet with each properties. ```js const baseRRuleSet = rrulestr('str without until')...