Zren / plasma-applets

This monolithic repo has been broken up into individual repos for each widget.
84 stars 23 forks source link

[EventCalendar] google calendar data will be abandoned when run kde on a no network environment #103

Open THMonster opened 6 years ago

THMonster commented 6 years ago

I think it's better to keep old Google calendar data until next sync successfully. I found that when I boot my KDE without network, all the old sync data of google calendar is abandoned. Sometimes we may have no network but we also need the old google calendar data.

Zren commented 6 years ago

This requires serializing the event data. I already serialize/cache the calendar list to the config file, but I want to move away from that bad practice. I know the RSS widget stores data to LocalStorage via SQLite. I'm not too keen on raw SQL/that much code just for this feature though.