libopensync-plugin-kdepim README

This is a plugin to sync KDE Resources-based PIM data with other devices via OpenSync
0.22. This is NOT compatible with OpenSync 0.30 or greater.

Once installed, verify the plugin is detected by OpenSync.
  > msynctool --listplugins
  # kdepim-sync

To use this plugin, add the "kdepim-sync" plugin as a member to an OpenSync
sync group.  For example, with msynctool:
  > msynctool --addgroup test 
  > msynctool --addmember test kdepim-sync

This plugin has an optional configuration. Change the values in the configuration to
"true" to sync anyway even if akonadi is running; make sure you know what you are doing
if you choose to do this.
The default format of the configuration is as follows:
<?xml version="1.0"?>
<config>
    <!-- enter "true" to try syncing anyway even if akonadi is running; default is false if no config -->
    <ignore_akonadi_contacts>false</ignore_akonadi_contacts>
    <ignore_akonadi_events>false</ignore_akonadi_events>
</config>
