From 7ce41aee37ea82639795af41e3f7d51b0daaff70 Mon Sep 17 00:00:00 2001 From: Georgiy Date: Sun, 17 Aug 2025 20:06:37 +0300 Subject: [PATCH] (#1845) Fix expanded item copying --- radicale/app/report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/app/report.py b/radicale/app/report.py index 752d04a7..555154c3 100644 --- a/radicale/app/report.py +++ b/radicale/app/report.py @@ -475,7 +475,7 @@ def _expand( if not vevent: # Create new instance from recurrence - vevent = copy.deepcopy(base_vevent) + vevent = base_vevent.duplicate(base_vevent) # For all day events, the system timezone may influence the # results, so use recurrence_dt