We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The issue can be reproduced by creating a rrule with an interval less than 0 or null , and then calling after, between, before.
Some parsing bug gave this Rrule : DTSTART:20230201T070000Z RRULE:FREQ=DAILY;INTERVAL=.007;COUNT=10 which goes on recursion.
DTSTART:20230201T070000Z RRULE:FREQ=DAILY;INTERVAL=.007;COUNT=10
The text was updated successfully, but these errors were encountered:
Duplicate of #481
Sorry, something went wrong.
No branches or pull requests
The issue can be reproduced by creating a rrule with an interval less than 0 or null , and then calling after, between, before.
Some parsing bug gave this Rrule :
DTSTART:20230201T070000Z RRULE:FREQ=DAILY;INTERVAL=.007;COUNT=10
which goes on recursion.The text was updated successfully, but these errors were encountered: