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
I don't think this library parses RRULE:FREQ=YEARLY;INTERVAL=1;COUNT=6;BYMONTH=2;BYDAY=3MO
(president's day) correctly. I tried it, and it gives me back RRULE:FREQ=YEARLY;INTERVAL=1;WKST=MO;DTSTART=20190103T054718Z;COUNT=6;BYMONTH=2
which is incorrect. I think the issue is the BYDAY not parsing, but that's just a guess.
The text was updated successfully, but these errors were encountered:
Yes, I have encountered this too. It parses BYDAY=TU,TH correctly but not BYDAY=1FR
BYDAY=TU,TH
BYDAY=1FR
Sorry, something went wrong.
Fixes incomplete parsing of BYDAY rules when prefixed with integers. F…
39eab1e
…ixes teambition#16.
Does anyone have a solution for this please?
No branches or pull requests
I don't think this library parses RRULE:FREQ=YEARLY;INTERVAL=1;COUNT=6;BYMONTH=2;BYDAY=3MO
(president's day)
correctly. I tried it, and it gives me back
RRULE:FREQ=YEARLY;INTERVAL=1;WKST=MO;DTSTART=20190103T054718Z;COUNT=6;BYMONTH=2
which is incorrect. I think the issue is the BYDAY not parsing, but that's just a guess.
The text was updated successfully, but these errors were encountered: