Re: [Barry-devel] [PATH] Task sync support

2009-05-02 Thread Chris Frey
Hi Nicolas, I haven't had a chance to run any tests yet, but I suspect that they won't want to remove the state check, unless they know why it's failing first. Above those if statements, is the call: if (!osync_sink_state_equal(state_db, "uri", evo_cal->uri, &state_match, &error)) { Th

Re: [Barry-devel] [PATH] Task sync support

2009-05-02 Thread Nicolas
In fact, I think that there is a bug in evolution opensync plugin ! Indeed, you can't sync in the same time calendar, memos and tasks ! I have applied this patch about evolution opensync plugin : Index: src/evolution2_ecal.c === ---

Re: [Barry-devel] [PATH] Task sync support

2009-05-02 Thread Nicolas
A fix Le samedi 02 mai 2009 à 12:55 +0200, Nicolas a écrit : > With the patch, it's better > > Le samedi 02 mai 2009 à 12:30 +0200, Nicolas a écrit : > > Hi, > > > > Here a patch to sync task. > > > > Warning all BlackBerry fields aren't correctly mapped with Evolution. > > > > Sample, Task.S

Re: [Barry-devel] [PATH] Task sync support

2009-05-02 Thread Chris Frey
On Sat, May 02, 2009 at 12:30:09PM +0200, Nicolas wrote: > Here a patch to sync task. > > Warning all BlackBerry fields aren't correctly mapped with Evolution. > > Sample, Task.StartTime and Task.DueTime are inverted. > Moreover, on my BlackBerry Storm, I haven't the field StartTime ! I'm intere

Re: [Barry-devel] [PATH] Task sync support

2009-05-02 Thread Nicolas
Warning, I think that there is an issue if you enable all feature (contact, event, memo, task)... Regards, Le samedi 02 mai 2009 à 12:55 +0200, Nicolas a écrit : > With the patch, it's better > > Le samedi 02 mai 2009 à 12:30 +0200, Nicolas a écrit : > > Hi, > > > > Here a patch to sync task. >

Re: [Barry-devel] [PATH] Task sync support

2009-05-02 Thread Nicolas
With the patch, it's better Le samedi 02 mai 2009 à 12:30 +0200, Nicolas a écrit : > Hi, > > Here a patch to sync task. > > Warning all BlackBerry fields aren't correctly mapped with Evolution. > > Sample, Task.StartTime and Task.DueTime are inverted. > Moreover, on my BlackBerry Storm, I haven

[Barry-devel] [PATH] Task sync support

2009-05-02 Thread Nicolas
Hi, Here a patch to sync task. Warning all BlackBerry fields aren't correctly mapped with Evolution. Sample, Task.StartTime and Task.DueTime are inverted. Moreover, on my BlackBerry Storm, I haven't the field StartTime ! Task sync can be completed to add Alarm, recurrence... (I don't know if Ev