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

Every week with interval 2 on monday don't work correct #224

Closed
arwinvdv opened this issue Jul 1, 2019 · 1 comment
Closed

Every week with interval 2 on monday don't work correct #224

arwinvdv opened this issue Jul 1, 2019 · 1 comment

Comments

@arwinvdv
Copy link

arwinvdv commented Jul 1, 2019

Description of the Issue:

With this weekly event on monday with an interval of 2, the parser create the following events: 1 july, 8 july, 15 july, 29 july. So the 8 july is not correct. I will create a pull request.

Steps to Reproduce:

  1. Create an ics with this event:
BEGIN:VEVENT
CREATED:20190630T065550Z
DTEND;TZID=Europe/Amsterdam:20190701T080000
DTSTAMP:20190630T143919Z
DTSTART;TZID=Europe/Amsterdam:20190701T070000
LAST-MODIFIED:20190630T143919Z
RRULE:FREQ=WEEKLY;INTERVAL=2
SEQUENCE:0
SUMMARY:Test event
UID:D86AB593-29D0-4523-A3B9-680BE46C729E
URL;VALUE=URI:
END:VEVENT
  1. Parse the recurring event and the dates above are generated.
@u01jmg3
Copy link
Owner

u01jmg3 commented Jul 10, 2019

Fixed by 3bbd832

@u01jmg3 u01jmg3 closed this as completed Jul 10, 2019
@u01jmg3 u01jmg3 removed their assignment Jul 17, 2019
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