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
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
The text was updated successfully, but these errors were encountered:
Separated the problem with EXDATE spanning multiple lines into a new issue #114. It seems to be caused by a different, non-related issue.
Sorry, something went wrong.
1cafc4c
No branches or pull requests
Hi
another strange behavior on RRULE in v2.03
The following RRULE is used in the attached file "recurrance_simple1.ics"
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
All dates after the first one are off by one week
13-03-2017
20-03-2017
03-04-2017
icaltest.zip
The text was updated successfully, but these errors were encountered: