Thread: Re: [Barry-devel] Evolution3 sync support added in git
Status: Beta
Brought to you by:
ndprojects
From: Nicolas <pr...@fr...> - 2012-05-07 10:30:39
|
Le dimanche 06 mai 2012 à 16:57 -0400, Chris Frey a écrit : > On Sun, May 06, 2012 at 07:02:13PM +0200, Nicolas wrote: > > Here, it used every days without issue. Work and tested on debian > sid > > and on last fedora release (in using metapackage to build deb/rpm). > > Excellent. I did find a potential segfault bug in the evo3-sync > plugin > which the latest git fixes. > > > > NB: for opencloud, we need still some workarounds that I can > provide if > > need. > > Workarounds in Barry or opensync? I'm interested in either. > > Thanks, > - Chris Sorry not opencloud but owncloud :) I have done some workarounds only for OwnCloud. For BlackBerry mobiles : OwnCloud CalDAV <=> Evolution <=> Evo3-sync <=> OpenSync <=> barry-sync & CardDAV And for PlayBook, I have (need workaround into OwnCloud) OwnCloud CalDAV & <=> PlayBook CardDAV And all my client (Evolution, Thunderbird or RoundCube) I use, as PlayBook, caldav & carddav directly. Regards, Nicolas |
From: Chris F. <cd...@fo...> - 2012-05-08 06:24:55
|
On Mon, May 07, 2012 at 11:23:32AM +0100, Nicolas wrote: > I have done some workarounds only for OwnCloud. > > For BlackBerry mobiles : > > OwnCloud > CalDAV <=> Evolution <=> Evo3-sync <=> OpenSync <=> barry-sync > & > CardDAV > > > And for PlayBook, I have (need workaround into OwnCloud) > > OwnCloud > CalDAV > & <=> PlayBook > CardDAV > > > And all my client (Evolution, Thunderbird or RoundCube) I use, as > PlayBook, caldav & carddav directly. Hmmmmm... that BlackBerry sync process looks like it's going through a lot of steps to reach OwnCloud. Although syncing to Evolution is pretty handy. I think you can even access Google Calendar through it. Since Barry can produce vcard style data, is there an opportunity to make Barry more friendly with OwnCloud? Are you using the PlayBook as a UI client merely to access the cloud data, or does the PlayBook have the ability to sync contact data directly to itself? Thanks, - Chris |
From: Nicolas <pr...@fr...> - 2012-05-08 10:57:27
|
Le mardi 08 mai 2012 à 02:24 -0400, Chris Frey a écrit : > On Mon, May 07, 2012 at 11:23:32AM +0100, Nicolas wrote: > > I have done some workarounds only for OwnCloud. > > > > For BlackBerry mobiles : > > > > OwnCloud > > CalDAV <=> Evolution <=> Evo3-sync <=> OpenSync <=> barry-sync > > & > > CardDAV > > > > > > And for PlayBook, I have (need workaround into OwnCloud) > > > > OwnCloud > > CalDAV > > & <=> PlayBook > > CardDAV > > > > > > And all my client (Evolution, Thunderbird or RoundCube) I use, as > > PlayBook, caldav & carddav directly. > > Hmmmmm... that BlackBerry sync process looks like it's going through > a lot of steps to reach OwnCloud. Although syncing to Evolution is > pretty handy. I think you can even access Google Calendar through it. > > Since Barry can produce vcard style data, is there an opportunity to > make Barry more friendly with OwnCloud? To sync blackberry mobile with caldav/carddav, we can use a carddav/caldav plugin for opensync. caldav plugin exists already but I think that the code isn't updated. It could be an other solution. But today, it works well. I don't need more. I'll wait the next blackberry mobile generation that works as playbook (so with caldav/cardav native support). > Are you using the PlayBook as a UI client merely to access the cloud data, > or does the PlayBook have the ability to sync contact data directly to itself? With PlayBook I can access only to cardav/caldav features provided by owncloud. So contacts and events are synced without addons. But, I can't use it for data (files, documents...) ! But I'm writing a client for it. Regards, Nicolas |