diff --git a/khal/khalendar/event.py b/khal/khalendar/event.py index 526fb1392..010da1ede 100644 --- a/khal/khalendar/event.py +++ b/khal/khalendar/event.py @@ -693,6 +693,9 @@ def format(self, format_string: str, relative_to, env=None, colors: bool=True): attributes["categories"] = self.categories attributes['uid'] = self.uid attributes['url'] = self.url + attributes['url-separator'] = "" + if attributes['url']: + attributes['url-separator'] = " :: " if "calendars" in env and self.calendar in env["calendars"]: cal = env["calendars"][self.calendar]