syncevolution/src/backends/akonadi
Patrick Ohly 0a64fbadcc akonadi: avoid link error on Fedora Rawhide
At least on Fedora Rawhide -lkdeui and -lkdecore
are not found and not needed.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
2021-02-06 06:27:30 -08:00
..
akonadi.am autotools: be more selective about suppressing deprecation warnings 2018-01-09 07:53:27 -08:00
akonadisyncsource.cpp C++: replace boost::shared_ptr, boost::function, boost::bind 2020-12-05 21:28:08 +01:00
akonadisyncsource.h Akonadi: support KDE Notes, enhanced "database" check 2014-03-26 09:48:52 +01:00
AkonadiSyncSourceRegister.cpp C++: avoid NULL 2020-12-05 21:28:08 +01:00
configure-sub.in akonadi: avoid link error on Fedora Rawhide 2021-02-06 06:27:30 -08:00
contactssyncsource.cpp added Akonadi/KDE backend 2011-04-13 10:32:55 +02:00
contactssyncsource.h Akonadi: first functional version 2011-04-13 10:34:07 +02:00
eventssyncsource.cpp added Akonadi/KDE backend 2011-04-13 10:32:55 +02:00
eventssyncsource.h added Akonadi/KDE backend 2011-04-13 10:32:55 +02:00
notessyncsource.cpp added Akonadi/KDE backend 2011-04-13 10:32:55 +02:00
notessyncsource.h added Akonadi/KDE backend 2011-04-13 10:32:55 +02:00
README source -> datastore rename, improved terminology 2014-07-28 15:29:41 +02:00
todossyncsource.cpp added Akonadi/KDE backend 2011-04-13 10:32:55 +02:00
todossyncsource.h added Akonadi/KDE backend 2011-04-13 10:32:55 +02:00

Getting started with Akonadi on Debian testing:
aptitude install libakonadi-dev akonadi-server \
                 libqt4-dev kdepim-runtime \
                 akonadiconsole \
                 kdepimlibs5-dev

Controlling Akonadi server:
akonadictl start/stop/restart

Debugging Akonadi:
akonadiconsole

Configuring without Evolution and with Akonadi:
<path>/syncevolution/configure --with-synthesis-src=<path>/libsynthesis \
                               CFLAGS="-g -Wall -Werror -Wno-unknown-pragmas" \
                               CXXFLAGS="-g -Wall -Werror -Wno-unknown-pragmas" \
                               --disable-shared --enable-static \
                               --enable-libcurl \
                               --enable-unit-tests --enable-integration-tests \
                               --disable-ecal --disable-ebook --disable-libsoup \
                               --enable-akonadi --enable-kwallet

This creates src/syncevolution and src/client-test which can be run under
a debugger directly.

Query databases:
syncevolution

Configuring syncevolution for contacts with Akonadi as backend:
syncevolution --configure --datastore-property sync=none \
              --sync-property username=... \
              --sync-property password=... \
              scheduleworld
syncevolution --configure --datastore-property sync=two-way \
              --datastore-property type=kde-contacts \
              --datastore-property evolutionsource=akonadi:?... \
              scheduleworld addressbook

Initial run:
syncevolution --sync slow scheduleworld addressbook

All following runs:
syncevolution scheduleworld