[SyncEvolution] bridgie syncml server and caldav/card dav server
by Robert Schetterer
Hi, is there a chance to use syncevolution
as a bridge between a syncml server and a caldav/carddav server and vice
versa
i.e horde or funambol server syncml and DAViCal etc
--
Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria
10 years, 1 month
[SyncEvolution] Trouble transferring Funambol parameters to new PC
by Daniel CLEMENT
Hi,
I'm really struggling to transfer my Funambol sync settings on another
system.
Previous setup was Ubuntu 10.04 (Evolution 2.28), new one is Linux Mint
LMDE with Evolution 3.2.2, to which I imported my data.
Syncevolution is the same version (1.2.2) so I just moved the
~/.config/syncevolution folder.
But now I'm locked in a loop of errors which I can't escape. I get
either
* an error 22001 for the appointments;
* errors 417 and "impossible to complete SyncML" for contacts and memos
(in either order).
I have tried to start again with an empty .config/syncevolution folder,
but then when I try to set up Funambol, it's missing the all-important
appointments checkbox.
I'm out of ideas... TIA for any advice. Regards,
--
Daniel CLEMENT
10 years, 1 month
[SyncEvolution] server class + fork/exec dbus-server
by Patrick Ohly
Hello Chris!
You added a callback parameter to addResource() (formerly known as
enqueue()) and related functions. There's no documentation for that in
server.h/cpp. What is it meant to be used for, what kind of constraints
does it have, etc.? In other words, please document it for me... ;-)
--
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.
10 years, 1 month
Re: [SyncEvolution] Problems with multiple calendars and addressbooks
by Patrick Ohly
On Mon, 2012-04-30 at 08:56 +0200, Roth wrote:
> First question before I dive into CalDAV. Which server do you suggest?
DAViCal is included in many distros. Radicale also looked good, but make
sure that you have the latest version, 0.7.
> And (hopefully) the last question before I have succeeded with Funambol.
> I don't understand how to import the local file into the local Evolution
> calendar.
>
> syncevolution --inport syc/ccc <calendarname, or what does come here?>
There are two ways. You can specify the database directly:
--import <.ics file> backend=evolution-calendar database=<database name>
Or you can configure a local SyncEvolution source in the @default
context and use that as an alias for these options:
--configure backend=evolution-calendar database=<database name> \
@default choose-calendar-source-name
--import <.ics file> @default choose-calendar-source-name
If you want to synchronize against the Funambol server, then you'll need
such a source in the config. Once it exists, you can configure and use
it for syncing with Funambol like this and use it for syncing:
--configure uri=<your sync source URI> sync=none \
syncFormat=text/calendar \
forceSyncFormat=1 \
funambol@default choose-calendar-source-name
--sync refresh-from-local funambol choose-calendar-source-name
Note 1: "choose-calendar-source-name" must not exist already locally.
Note 2: funambol is an abbreviation for funambol@default; I used
funambol@default merely to illustrate that it uses the previously
defined source.
Note 3: syncing of the new source is disabled, so "syncevolution
funambol" will not include it. The second line does an explicit refresh
of it.
--
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.
10 years, 1 month