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 with RDATE / EventIterator.php #700

Open
munderl opened this issue Oct 29, 2024 · 1 comment
Open

RRULE with RDATE / EventIterator.php #700

munderl opened this issue Oct 29, 2024 · 1 comment

Comments

@munderl
Copy link

munderl commented Oct 29, 2024

I think there is a problem with the EventIterator.php. In rfc5545 it is described that a "RDATE" can occur inside a "RRULE". In such a case, the recurrence instances are defined by the union of occurrences defined by both the "RDATE" and "RRULE". In the current implementation, the "RRULE" is ignored completely when an additional "RDATE" is included in the "VEVENT". Therefore the EventIterator returns only the "RDATE" events and the original "RRULE" is lost.

@munderl
Copy link
Author

munderl commented Oct 30, 2024

Seems as somebody in 2016 already mentioned this: #347. I encountered such a vevent with RRULE and RDATE several times by now, so it seems to be used. Might be created by either thunderbird or DAVx^5.

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

No branches or pull requests

1 participant