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

Does not parse rule correctly #16

Open
raguiar2 opened this issue Jan 3, 2019 · 2 comments
Open

Does not parse rule correctly #16

raguiar2 opened this issue Jan 3, 2019 · 2 comments

Comments

@raguiar2
Copy link

raguiar2 commented Jan 3, 2019

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.

@dineshflock
Copy link

dineshflock commented Mar 26, 2019

Yes, I have encountered this too. It parses BYDAY=TU,TH correctly but not BYDAY=1FR

nobre84 added a commit to nobre84/RRuleSwift that referenced this issue Jan 31, 2020
@chriscborg
Copy link

Does anyone have a solution for this please?

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

No branches or pull requests

3 participants