summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprataffel <24615963+prataffel@users.noreply.github.com>2023-05-23 10:11:40 +0200
committerHugo <hugo@whynothugo.nl>2023-05-23 11:53:26 +0200
commit7d7424d6170ed0c52dba7b3069f736aa63c085db (patch)
treeac69bc985e7c1cf67af2129d73bf5d79ebc8f6c0
parent9cdff6b942d0aeea7413b6f5cd224e7d9b2dab6a (diff)
Propagate rename of collection to calendar_name introduced in 1a262b4
-rw-r--r--khal/ui/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/khal/ui/__init__.py b/khal/ui/__init__.py
index 41b2ca9f..0908a4b4 100644
--- a/khal/ui/__init__.py
+++ b/khal/ui/__init__.py
@@ -749,7 +749,7 @@ class EventColumn(urwid.WidgetWrap):
new_event = self.pane.collection.create_event_from_ics(
ics,
etag=event.etag,
- collection=event.calendar,
+ calendar_name=event.calendar,
href=event.href,
)
self.pane.collection.update(new_event)