Re: [Evolution] evolution zimbra connector - Caldav

2011-03-01 Thread ML
Hi All, we "solved" the problem. It seems that the zimbra server was not accepting connection through ssl for dav calendar and was returning a subtle error message. without ssl flag in the configuration panel of evolution dav calendar all works right. I'm not sure, but I remember that the confi

Re: [Evolution] evolution zimbra connector - Caldav

2011-02-28 Thread ML
Hi, When can I Find you on irc? Thanks On Mon, 2011-02-28 at 08:32 +0100, Milan Crha wrote: > On Sun, 2011-02-27 at 17:44 +0100, ML wrote: > > 1102in e-cal-backend-caldav.c > > There is no member named priv. > > Hi, > err, I forgot about it, I do not know why, I'm sorry :( > > This i

Re: [Evolution] evolution zimbra connector - Caldav

2011-02-27 Thread Milan Crha
On Sun, 2011-02-27 at 17:44 +0100, ML wrote: > 1102in e-cal-backend-caldav.c > There is no member named priv. Hi, err, I forgot about it, I do not know why, I'm sorry :( This is getting quite long, and I feel guilty spamming the list with one particular issue, so we may move either t

Re: [Evolution] evolution zimbra connector - Caldav

2011-02-27 Thread ML
On Fri, 2011-02-25 at 16:07 +0100, Milan Crha wrote: > On Fri, 2011-02-25 at 14:37 +0100, ML wrote: > > value has been optimized out > > Continuing. > > Oh, that's bad. Could you change, in the previous gdb command, that > priv->uri to cbdav->priv->uri > whether it'll not be optimized out? > Hi,

Re: [Evolution] evolution zimbra connector - Caldav

2011-02-26 Thread Simone Marzona
On Fri, 2011-02-25 at 09:47 +, Pete Biggs wrote: > Please don't top post - it makes things difficult. > ok. > > Do you have multiple domains on your Zimbra server? All of my configs > don't have the @domain part. > Yes, I have a multiple domain innstallation. > > > > I check the calen

Re: [Evolution] evolution zimbra connector - Caldav

2011-02-25 Thread Milan Crha
On Fri, 2011-02-25 at 14:37 +0100, ML wrote: > value has been optimized out > Continuing. Oh, that's bad. Could you change, in the previous gdb command, that priv->uri to cbdav->priv->uri whether it'll not be optimized out? ___ evolution-list mailing li

Re: [Evolution] evolution zimbra connector - Caldav

2011-02-25 Thread ML
Hi, > > Hi, > could you try this command and then run evolution, please? > > $ gdb ./e-calendar-factory --ex "b caldav_server_list_objects" \ >--ex "r" --ex n --ex n --ex n --ex "p priv->uri" \ >--ex "d br 1" --ex c > Here is what I got: user@host:/usr/lib/evolution$ e

Re: [Evolution] evolution zimbra connector - Caldav

2011-02-25 Thread ML
On Fri, 2011-02-25 at 11:34 +, Pete Biggs wrote: > > > > > (e-calendar-factory:8202): e-cal-backend-caldav-WARNING **: Server did > > not response with 207, but with code 4 (Cannot connect to destination) > > One thing I have just noticed is that all my Calendar URLs have a > trailing '/' w

Re: [Evolution] evolution zimbra connector - Caldav

2011-02-25 Thread Milan Crha
On Fri, 2011-02-25 at 12:26 +0100, ML wrote: > > Did you do this? - i.e. set CALDAV_DEBUG and run Evo from a > > terminal? > > yes, here is the output I got: > > user@host:/usr/lib/evolution$ ./e-calendar-factory > ... > (e-calendar-factory:8202): e-cal-backend-caldav-WARNING **: Server did > n

Re: [Evolution] evolution zimbra connector - Caldav

2011-02-25 Thread Pete Biggs
> > (e-calendar-factory:8202): e-cal-backend-caldav-WARNING **: Server did > not response with 207, but with code 4 (Cannot connect to destination) One thing I have just noticed is that all my Calendar URLs have a trailing '/' whereas the one you posted doesn't - don't know if it's significant

Re: [Evolution] evolution zimbra connector - Caldav

2011-02-25 Thread ML
On Fri, 2011-02-25 at 09:47 +, Pete Biggs wrote: > Please don't top post - it makes things difficult. > ok. > > Do you have multiple domains on your Zimbra server? All of my configs > don't have the @domain part. > Yes, I have a multiple domain innstallation. > > > > I check the calen

Re: [Evolution] evolution zimbra connector - Caldav

2011-02-25 Thread ML
> > Hi, > as Pete said, please do not top-post to this list. ok > > OK, this is quite confusing, your initial mail says about syncing > calendar through CalDAV and this one is about creating events in this > CalDAV. These are two different things. Please be accurate. ok, I got two diff

Re: [Evolution] evolution zimbra connector - Caldav

2011-02-25 Thread Milan Crha
On Fri, 2011-02-25 at 10:37 +0100, ML wrote: > I check the calendar in the left pane in evolution calendar view, but > when I try to create an event evolution gives me this error:"Cannot > create calendar object". Hi, as Pete said, please do not top-post to this list. OK, this is quite co

Re: [Evolution] evolution zimbra connector - Caldav

2011-02-25 Thread Milan Crha
On Fri, 2011-02-25 at 09:47 +, Pete Biggs wrote: > > > (run e-calendar-factory and evolution from console to see what is > > > happening, and the e-calendar-factory also with CALDAV_DEBUG=all > set, to > > > see the communication between client and the server). > > Did you do this? - i.e. set

Re: [Evolution] evolution zimbra connector - Caldav

2011-02-25 Thread ML
forgot to mention: I use maverick 64 bit, not 32.. (I swear this is not causing problems). thanks On Fri, 2011-02-25 at 10:37 +0100, ML wrote: > Hi and thanks for your reply, > > I followed your instructions as follows: > > CalDav > URL: caldav://$server/dav/$username@domain/Calendar > Use SSL:

Re: [Evolution] evolution zimbra connector - Caldav

2011-02-25 Thread Pete Biggs
Please don't top post - it makes things difficult. On Fri, 2011-02-25 at 10:37 +0100, ML wrote: > Hi and thanks for your reply, > > I followed your instructions as follows: > > CalDav > URL: caldav://$server/dav/$username@domain/Calendar > Use SSL: flagged > Username: $username@domain Do you

Re: [Evolution] evolution zimbra connector - Caldav

2011-02-25 Thread Pete Biggs
> > > the problem happens also in evolution 2.32 (natty package backported to > maverick). ZCS is not needed and as far as I was aware was deprecated. Zimbra config instructions tell you to use caldav. > > Instead of using the connector, with evolution 2.28 I was able to sync > zimbra calend

Re: [Evolution] evolution zimbra connector - Caldav

2011-02-25 Thread ML
Hi and thanks for your reply, I followed your instructions as follows: CalDav URL: caldav://$server/dav/$username@domain/Calendar Use SSL: flagged Username: $username@domain I check the calendar in the left pane in evolution calendar view, but when I try to create an event evolution gives me thi

Re: [Evolution] evolution zimbra connector - Caldav

2011-02-25 Thread Milan Crha
On Thu, 2011-02-24 at 17:52 +0100, ML wrote: > Instead of using the connector, with evolution 2.28 I was able to sync > zimbra calendar through caldav but with 2.30 and 2.32 thi s doesn't > work anymore.. Hi, I do not think the zimbra-connector is anyhow maintained, nor that those maintai