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
It looks like the plugin is restarting the counter when the day falls on the weekend and recalculates the entire interval until find the day that falls on the weekday
Would be that correct behavior?
The text was updated successfully, but these errors were encountered:
Scenario:
Expected Result:
Rule:
new RRule({ freq: RRule.DAILY, dtstart: new Date(Date.UTC(2018, 10, 6, 18, 18, 0)), tzid: America/Campo_Grande, count: 3, interval: 20, byweekday: [RRule.MO, RRule.TU, RRule.WE, RRule.TH, RRule.FR] })
Result:
When no weekdays
It looks like the plugin is restarting the counter when the day falls on the weekend and recalculates the entire interval until find the day that falls on the weekday
Would be that correct behavior?
The text was updated successfully, but these errors were encountered: