On Tue, 2014-07-15 at 17:34 +0200, Leszek Piątek jr wrote:
> Hi!
> 
> I'm trying to set up a SyncML server to sync old mobiles through
> Zimbra server. I manage to set up such thing using configuration:
> 
> syncevolution --configure \
>   --template webdav \
>   --sync-property syncURL= \
>   --sync-property peerIsClient=1 \
>   --sync-property remoteDeviceId=${deviceID} \
>   --sync-property username=${peer} \
>   --sync-property password=${pass} \
>   --sync-property keyring=false \
>   --source-property sync=two-way \
>   --source-property addressbook/database=${URL}/Contacts/ \
>   --source-property addressbook/backend=carddav \
>   --source-property addressbook/databaseUser=${peer} \
>   --source-property addressbook/databasePassword=${pass} \
>   --source-property calendar/database=${URL}/Calendar/ \
>   --source-property calendar/backend=caldav \
>   --source-property calendar/databaseUser=${peer} \
>   --source-property calendar/databasePassword=${pass} \
>   --source-property memo/database=${URL}/Tasks/ \
>   --source-property todo/database=${URL}/Tasks/ \
>   ${peer}
> 
> The problem I get is that all calendar/contact entries written in non
> ASCII are changed to underscore "_" sign. Have anyone any idea what
> could be wrong?

Run syncs with a higher log level (syncevolution --configure loglevel=4
${peer}), then check your syncevolution-log.html files (in the
directories listed by syncevolution --print-sessions ${peer}). They will
contain detailed information about parsed and generated contact vCards.
This should allow detailed tracking of the text processing and help to
located the place where the text gets corrupted.

-- 
Best Regards, Patrick Ohly

The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.



_______________________________________________
SyncEvolution mailing list
[email protected]
https://lists.syncevolution.org/mailman/listinfo/syncevolution

Reply via email to