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

RRULE showing wrong dates depending on WKST #113

Closed
acmurmeltier69 opened this issue Mar 26, 2017 · 2 comments
Closed

RRULE showing wrong dates depending on WKST #113

acmurmeltier69 opened this issue Mar 26, 2017 · 2 comments

Comments

@acmurmeltier69
Copy link

acmurmeltier69 commented Mar 26, 2017

Hi
another strange behavior on RRULE in v2.03
The following RRULE is used in the attached file "recurrance_simple1.ics"

DTSTART;VALUE=DATE:20170313
RRULE:FREQ=WEEKLY;UNTIL=20171224T000000Z;INTERVAL=2;BYDAY=MO;WKST=SU

It correctly creates
13-03-2017
27-03-2017
10-04-2017
...
However if I change "WKST" to Monday (file "recurrance_simple2.ics"), i.e

DTSTART;VALUE=DATE:20170313
RRULE:FREQ=WEEKLY;UNTIL=20171224T000000Z;INTERVAL=2;BYDAY=MO;WKST=MO

All dates after the first one are off by one week
13-03-2017
20-03-2017
03-04-2017

icaltest.zip

@acmurmeltier69
Copy link
Author

acmurmeltier69 commented Mar 27, 2017

Separated the problem with EXDATE spanning multiple lines into a new issue #114.
It seems to be caused by a different, non-related issue.

@u01jmg3 u01jmg3 changed the title RRULE showing wrong dates depending on WKST or EXDATE RRULE showing wrong dates depending on WKST Mar 27, 2017
@u01jmg3 u01jmg3 removed their assignment Mar 27, 2017
@u01jmg3 u01jmg3 added this to the v2.x.x milestone Mar 27, 2017
@acmurmeltier69
Copy link
Author

acmurmeltier69 commented Mar 27, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants