Contacts

From Maemo Leste Wiki
Revision as of 13:46, 9 October 2022 by Wizzup (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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

And the next time you want to synchronise, just call:

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.