Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird rule text when select the whole week and set the interval #534

Open
7 tasks done
Aaron-Lin-74 opened this issue Jul 15, 2022 · 0 comments · May be fixed by #643
Open
7 tasks done

Weird rule text when select the whole week and set the interval #534

Aaron-Lin-74 opened this issue Jul 15, 2022 · 0 comments · May be fixed by #643

Comments

@Aaron-Lin-74
Copy link

Reporting an issue

  • 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
@eemelipa eemelipa linked a pull request Nov 1, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant