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

[/demo] rule.toText() link click fails #384

Open
6 of 7 tasks
shaedrich opened this issue Feb 4, 2020 · 0 comments · May be fixed by #477
Open
6 of 7 tasks

[/demo] rule.toText() link click fails #384

shaedrich opened this issue Feb 4, 2020 · 0 comments · May be fixed by #477

Comments

@shaedrich
Copy link

Reporting an issue

Thank you for taking an interest in rrule! Please include the following in
your report:

  • 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.
  • Expected output
  • Actual output
  • The version of rrule you are using
  • Your operating system
  • Your local timezone (run $ date from the command line
    of the machine showing the bug)

Bildschirmfoto 2020-02-04 um 14 51 53
Bildschirmfoto 2020-02-04 um 14 53 56

Expected input: RRule.fromText("every week for 30 times")
Actual input: RRule.fromText("every%20week%20for%2030%20times")

RRule version: current (I guess)
Operating System: OSX
Timezone: CET

Solution

The value in the input causing RRule.fromText() to fail is url encoded. When inserting it in the input, it must be decoded.

shaedrich added a commit to shaedrich/rrule that referenced this issue Aug 11, 2021
@shaedrich shaedrich linked a pull request Aug 11, 2021 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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants