pimutils / khal

:calendar: CLI calendar application
https://lostpackets.de/khal/
MIT License
2.54k stars 197 forks source link

In case alpha value exists remove it for urwid. #1333

Closed kraasch closed 5 months ago

kraasch commented 5 months ago

I don't know what is in the iCal spec, but I expect an extra check for if the color includes the alpha and then removing it cannot be harmful.

As far as I know, there is clients like SOGO that set and alpha value and this would crash urwid.

kraasch commented 5 months ago

In some cases it might makes sense to not demand the addresses field be configured, because khal can work just fine without it as for now.

geier commented 5 months ago

Looks sensible, Thanks!