pimutils / khal

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

fix #1200 #1262

Closed geier closed 1 year ago

geier commented 1 year ago

Before, making the CalendarWidget jump to a date that was more than one month away from the already loaded dates raised an exception.

fix https://github.com/pimutils/khal/issues/1200

Very long jumps far into the future or past take quite some time and we should think about rebuilding the CalendarWidget and EventList instead of adding lots of data to those internal lists.