mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-28 19:40:54 +00:00
(#1845) Fix expanded item copying
This commit is contained in:
parent
e4b337d3ff
commit
7ce41aee37
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue