Files
Radicale/radicale
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-04-28 00:54:51 -05:00
2026-06-18 08:32:40 +02:00
2026-04-08 21:49:55 +02:00
2026-04-08 21:49:55 +02:00
2026-05-12 08:35:28 +02:00
2023-02-10 22:03:33 +01:00
2025-12-10 18:10:51 +01:00
2025-12-10 18:34:22 +01:00