Difference between revisions of "Contacts"

From Maemo Leste Wiki
Jump to navigationJump to search
Line 41: Line 41:
<pre>
<pre>
syncevolution --sync slow radicale contacts
syncevolution --sync slow radicale contacts
</pre>
Then, if you want to synchronise:
<pre>
syncevolution --sync two-way radicale contacts
</pre>
</pre>



Revision as of 14:04, 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

Then, if you want to synchronise:

syncevolution --sync two-way 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.