how to wipeout caldav related tables
would be nice to know how to :
clean everyting related to caldav accounts,
clean all events in phone (including local, synced and black 'shadow' events from deleted accounts)
to be able create it from scratch, so it should work
https://together.jolla.com/question/99029/calddav-calendars-not-found-in-calendar-app-after-update-to-117/ https://together.jolla.com/question/98953/release-notes-117-bjorntrasket/?answer=99167#post-id-99167
If there are events left after you removed the CalDAV account, maybe they could be removed like explained here.
luen ( 2015-07-17 13:37:40 +0200 )editAccounts:
1) To delete an account from the commandline, you can do:
ag-tool delete-account caldav_account_id
(where the caldav_account_id is gleaned fromag-tool list-accounts
). The ag-tool may be installed via: devel-su pkcon install libaccounts-glib-tools2) The calendar events are located in the following database: /home/nemo/.local/share/system/privileged/Calendar/mkcal/db. You need permissions (devel-su) to access it with sqlite3.
There are plenty of threads already about caldav in which I list explicit instructions on how to get useful debugging logs so I can fix the issues as people hit them. I have some leads now (thanks to logs being sent by various community members) which I will follow up on, and hopefully have various fixes soon.
Cheers, Chris.
chris.adams ( 2015-07-20 10:14:02 +0200 )edit