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

Remove recurrence rules in exceptions of recurring events #153

Open
rfc2822 opened this issue May 14, 2024 · 0 comments
Open

Remove recurrence rules in exceptions of recurring events #153

rfc2822 opened this issue May 14, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rfc2822
Copy link
Member

rfc2822 commented May 14, 2024

@JorisBodin: I can confirm that this problem still occurs. Looks like removeRRulesOfExceptions() works, but is not called at the right moment.


With version v4.3.16.1-ose and even the latest commit on master a246046f41c490195758d3da3f8740addef46aef, there's still the problem with davx5.
Screenshot_1715690266

I didn't see a potential rollback. How is that possible?

Sample event:

BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VTIMEZONE
TZID:Europe/Paris
X-LIC-LOCATION:Europe/Paris
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:20241027T010000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:20240331T010000
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
DTSTAMP:20240508T130504Z
SUMMARY:Test
DESCRIPTION:
TRANSP:OPAQUE
SEQUENCE:3
LAST-MODIFIED:20240514T121847Z
DTSTART;TZID=Europe/Paris:20240508T120000
DTEND;TZID=Europe/Paris:20240508T130000
RRULE:FREQ=DAILY;INTERVAL=1
UID:47198a07-cc5e-4def-a4fe-29e161f5b702
END:VEVENT
BEGIN:VEVENT
DTSTAMP:20240508T130513Z
RECURRENCE-ID;TZID=Europe/Paris:20240510T120000
RRULE:FREQ=DAILY;INTERVAL=1
DTSTART;TZID=Europe/Paris:20240510T150000
DTEND;TZID=Europe/Paris:20240510T160000
SUMMARY:Test
DESCRIPTION:
TRANSP:OPAQUE
SEQUENCE:2
LAST-MODIFIED:20240514T121847Z
UID:47198a07-cc5e-4def-a4fe-29e161f5b702
END:VEVENT
END:VCALENDAR

Originally posted by @JorisBodin in #138 (comment)

@rfc2822 rfc2822 added the bug Something isn't working label May 14, 2024
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
Status: Todo
Development

No branches or pull requests

2 participants