Browse Source

(#1845) Fix expanded item copying

Georgiy 6 months ago
parent
commit
7ce41aee37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      radicale/app/report.py

+ 1 - 1
radicale/app/report.py

@@ -475,7 +475,7 @@ def _expand(
 
 
             if not vevent:
             if not vevent:
                 # Create new instance from recurrence
                 # 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
                 # For all day events, the system timezone may influence the
                 # results, so use recurrence_dt
                 # results, so use recurrence_dt