Yorick Barbanneau
Yorick Barbanneau
Hi, I've been able to reproduce the issue too. This is related to color : if two calendars share the same color, the alignment is correct but if color is...
I've got it, i made a modification for `lines = wrap(text, width)` : ```python lines = wrap(text, width, expand_tabs=False, replace_whitespace=False) ``` I've got some errors on unit test, so I...
@7596ff I submit a PR for the issue, but you can use `str.format()` properties to align elements, for example : ``` agenda_event_format = {calendar-color}{cancelled}{start-end-time-style:12}}{title}{repeat-symbol} {reset} {calendar}{reset} ``` `{start-end-time-style}` will take...
@7596ff My PR introduce a bug, I need to work on it. But `{[...]:}` seems to work like a charm.
Hi @Eluminae this is a problem with color theme of ikhal and urwid (the library behind ikal ui) limitation. You can see #880 for more details. I have a branch...
I think is is a normal beavior, `Khal` documentation say: > With the `–notstarted` option only events are shown **that start after START**. And when you don't specify a start...
@mredaelli I think there is a bug with allday event at this level, I'm going to test it this evening an push a Merge Request if needed.
@mredaelli For me, there is no problem with normal events, `khal` as it should. But for all day event not. In my opinion`khal` should not display the current day event...
Hi, i've got some warning too on my system but not from recent events, mostly on very old ones. My first investigations show me that it is about malformed ICS...
Problem concern Radicale and Nextcloud server on my side.