Files
Radicale/radicale/tests
TowyTowy 9d46d5b63d Fix: expand REPORT leaves recurrence properties on expanded instances
_strip_single_event() removed the recurrence-defining properties (RRULE,
EXDATE, EXRULE, RDATE) with a single try/except around sequential
delattr() calls. When one of them was absent (e.g. an event with no
EXDATE), the AttributeError aborted the whole block and the following
properties -- notably RDATE -- were left on the expanded
single-occurrence VEVENTs returned by a calendar-data expand REPORT.

Remove each property independently so a missing one no longer prevents
removal of the others. Add a regression test and fixture.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-12 22:30:47 +02:00
..
2026-05-12 08:35:28 +02:00
2021-12-09 16:55:46 +01:00
2026-04-28 15:43:51 -05:00
2026-03-26 05:47:42 +01:00
2026-06-08 21:44:33 +02:00