syncevolution/src/templates/servers/Mobical.ini
Patrick Ohly 05445b7645 Mobical: must force vCard 2.1
Mobical has problems with vCard 3.0 (encoding/decoding done incorrectly).
Therefore the sync format must be set to vCard 2.1 with:
   syncFormat = text/x-vcard

The template now has this setting. Existing configurations must be updated
manually:
   syncevolution --configure syncFormat=text/x-vcard mobical

This became necessary for Evolution because the backend no longer
defaults to vCard 2.1. Other backends always required this config change.
2012-05-23 07:13:10 +00:00

31 lines
634 B
INI

=== template.ini ===
fingerprint = Mobical, Everdroid
description = https://www.everdroid.com
=== config.ini ===
syncURL = http://www.everdroid.com/sync/server
WebURL = https://www.everdroid.com
ConsumerReady = TRUE
PeerName = Mobical
IconURI = image://themedimage/icons/services/everdroid
=== sources/addressbook/config.ini ===
sync = two-way
uri = con
backend = addressbook
syncFormat = text/x-vcard
=== sources/calendar/config.ini ===
sync = two-way
uri = cal
backend = calendar
=== sources/todo/config.ini ===
sync = two-way
uri = task
backend = todo
=== sources/memo/config.ini ===
sync = two-way
uri = pnote
backend = memo