We have moved to a new Sailfish OS Forum. Please start new discussions there.
2

how to wipeout caldav related tables

asked 2015-07-17 11:55:57 +0300

pan tau gravatar image

updated 2015-07-17 11:59:58 +0300

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

edit retag flag offensive close delete

Comments

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 +0300 )edit
2

Accounts:

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 from ag-tool list-accounts). The ag-tool may be installed via: devel-su pkcon install libaccounts-glib-tools

2) 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 +0300 )edit

1 Answer

Sort by » oldest newest most voted
1

answered 2015-08-02 13:23:31 +0300

pan tau gravatar image

updated 2015-08-02 14:14:54 +0300

Caldav works again

deleted account via ag-tool
sqlite3  /home/nemo/.local/share/system/privileged/Calendar/mkcal/db
delete from Components;
delete from Alarms;

create caldav account

summary: 1.1.7 still present system bug that events remains in tables after caldav account deletion

edit flag offensive delete publish link more
Login/Signup to Answer

Question tools

Follow
2 followers

Stats

Asked: 2015-07-17 11:55:57 +0300

Seen: 255 times

Last updated: Aug 02 '15