Christian Geier
Christian Geier
We currently use [urwid](https://github.com/urwid/urwid) for ikhal and while it works fine, its [development seems to have stalled](https://github.com/urwid/urwid/graphs/contributors). On the other hand, a new contender for the same space has emerged:...
As we are breaking backwards compatibility anyway, we should try to clean the code base. Some ideas: - [x] there are lots of different ways to create events at the...
**Nothing done yet** This should improve: * Deleting * Deleting all future instances from a specific instance #1122 * Perhaps: Undelete a deleted instance #1100 * Editing * if editing...
We should be able to concatenate `date` (`longdate`) with `time`, or is there any country where one would usually use another notation for dates and times than for datetimes? This...
Click supports providing more information on parameters, so that the generated shell completion files are more helpful. Together with #1141 this supersedes #1034, #1062 and #937
this is mostly a rebase of #1093, mostly pushing here for now for running unit tests
This is a rebase of #1037 which I fucked up. When @PsychicNoodles re-opens their PR, I'll close this again. Fixes #1025
currently blocked by missing support for this in icalendar, see https://github.com/collective/icalendar/issues/156
Colors color theme should be changeable through the color theme. This should be easily doable by `literal_eval`ing a string and adding it to the selected color theme (as urwid iterates...