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

Recurrence ID must match the DTSTART in any case #36

Open
4 tasks
niccokunzmann opened this issue Jun 30, 2020 · 1 comment
Open
4 tasks

Recurrence ID must match the DTSTART in any case #36

niccokunzmann opened this issue Jun 30, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@niccokunzmann
Copy link
Owner

niccokunzmann commented Jun 30, 2020

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

  • a recurring event
  • a recurrence

matrix:

  • change the dtstart to date and datetime with different time zones
  • change the recurrence-id to date and to datetime with different time zones

Expected behavior

All tests should pass

Additional context

This is partially solved by #35

Suggested implementation


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. Fund with Polar
@niccokunzmann niccokunzmann added the bug Something isn't working label Jun 30, 2020
@niccokunzmann niccokunzmann changed the title bug: Recurrence ID must match the DTSTART in any case Jun 30, 2020
@niccokunzmann
Copy link
Owner Author

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
niccokunzmann added a commit that referenced this issue Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant