Difference between revisions of "Contacts"
From Maemo Leste Wiki
Jump to navigationJump to search (Created page with "{{Infobox Package |image= |status=Working |devices=all |date_in_repo= |maemo_leste_repo=https://github.com/maemo-leste/osso-addressbook |category=Office |packager=User:Wizzu...") |
|||
Line 41: | Line 41: | ||
<pre> | <pre> | ||
syncevolution --sync slow radicale contacts | syncevolution --sync slow radicale contacts | ||
</pre> | </pre> | ||
Revision as of 13:59, 9 October 2022
Contacts | |
---|---|
Status | Working |
Devices | all |
Leste repo | https://github.com/maemo-leste/osso-addressbook |
Category | Category:Office |
Packager | User:Wizzup |
Addressbook
Data is stored EDS, file is /home/user/.local/share/evolution/addressbook/system/contacts.db - in SQLite3 format.
Qalendar
TODO: Cover features, including import/export, online awareness/presence, telepathy
Synchronising
One way to synchronize is CardDAV. The commands below assume that you have already set up synchronisation as discussed in Calendar.
syncevolution --configure \ database=http://localhost:5223/USER/UUID/ \ backend=carddav \ target-config@radicale contacts syncevolution --configure \ sync=two-way \ backend=evolution-contacts \ radicale contacts
And then run the initial sync:
syncevolution --sync slow radicale contacts
Syncevolution-frontend
The custom Maemo Syncevolution frontend has also been ported and is available in the application manager; which can be used to set up scheduled synchronisation.