-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Recurrence ID must match the DTSTART in any case #36
Labels
bug
Something isn't working
Comments
4 tasks
probably, this can be solved by converting these recurrence IDs to UTC |
dstolpmann
added a commit
to dstolpmann/python-recurring-ical-events
that referenced
this issue
Sep 22, 2020
dstolpmann
added a commit
to dstolpmann/python-recurring-ical-events
that referenced
this issue
Sep 23, 2020
Recurrence IDs are converted to UTC and thus should match. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The Recurrence-ID of an event can have an other format than the dtstart.
But the refined event should be matched. Currently, it is not matched properly as per specification.
9072b26
To Reproduce
Create
matrix:
Expected behavior
All tests should pass
Additional context
This is partially solved by #35
Suggested implementation
python-recurring-ical-events/test/calendars/issue-15-duplicated-events.ics
Line 1 in f4a90b2
python-recurring-ical-events/test/test_issue_15.py
Line 21 in f4a90b2
We're using [Polar.sh](https://polar.sh/niccokunzmann) so you can upvote and help fund this issue. We receive the funding once the issue is completed & confirmed by you. Thank you in advance for helping prioritize & fund our work.
The text was updated successfully, but these errors were encountered: