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
Verify that you've looked through existing issues for duplicates before
creating a new one
Code sample reproducing the issue. Be sure to include all input values you
are using such as the exact RRule string and dates. new RRule({ freq: RRule.WEEKLY, count: 0, interval: 5, wkst: RRule.TU, byweekday: [RRule.MO, RRule.TU, RRule.WE, RRule.TH, RRule.FR, RRule.SA, RRule.SU] }))
rule.toString(): RRULE:FREQ=WEEKLY;COUNT=0;INTERVAL=5;WKST=TU;BYDAY=MO,TU,WE,TH,FR,SA,SU
rule.toText()
Expected output
every 5 weeks for the whole week
Actual output
every 5 weeks days
The version of rrule you are using
2.6.4
Your operating system
windows 10
Your local timezone (run $ date from the command line
of the machine showing the bug)
Fri Jul 15 15:05:49 AEST 2022
The text was updated successfully, but these errors were encountered:
Reporting an issue
creating a new one
are using such as the exact RRule string and dates.
new RRule({ freq: RRule.WEEKLY, count: 0, interval: 5, wkst: RRule.TU, byweekday: [RRule.MO, RRule.TU, RRule.WE, RRule.TH, RRule.FR, RRule.SA, RRule.SU] }))
rule.toString(): RRULE:FREQ=WEEKLY;COUNT=0;INTERVAL=5;WKST=TU;BYDAY=MO,TU,WE,TH,FR,SA,SU
rule.toText()
every 5 weeks for the whole week
every 5 weeks days
rrule
you are using2.6.4
windows 10
$ date
from the command lineof the machine showing the bug)
Fri Jul 15 15:05:49 AEST 2022
The text was updated successfully, but these errors were encountered: