Re: REPORT using Client.php

2014-02-14 Thread Humberto trejos
Finally I made a report using $calendarBackend->getCalendarObjects and VObject reader. On Thursday, February 6, 2014 11:32:20 PM UTC-6, Humberto trejos wrote: > > Is it possible to use the request function of Client.php to get a calendar > REPORT ?. Please, can some one point me to one example ?

Re: Access to Node Path

2014-02-14 Thread Colombia Hosting
Evert, Thank you so much for your great response. But now I have other question. I'm not who call the beforeGetProperties method, it's called by the broadcast event of the server, right? How can I receive the INode extended object? Suppose I extend the INode with a class called NodeVersion, a

Re: Best way to build the PROPFIND response

2014-02-14 Thread Evert Pot
On Friday, February 14, 2014 10:32:23 AM UTC-5, Colombia Hosting wrote: > > Hi, > > I want to add some properties to the PROPFIND response, and I'm doing it > using a plugin with the beforeGetProperties method. > > The properties that I want to add should have this syntax: > > > > >

Re: Access to Node Path

2014-02-14 Thread Evert Pot
Hi Colombia, On Friday, February 14, 2014 10:23:22 AM UTC-5, Colombia Hosting wrote: > > Hello, > > I'm writing a plugin that will add some properties to the PROPFIND method. > > But I need to get the node path to work with it into > the beforeGetProperties event. > > The problem is that the INod

Re: Expanding recurring events with normal events not sorted

2014-02-14 Thread Evert Pot
Hi Laoneo, Do you have some information that backs up that events should be sorted? If it's in the standards, I will definitely correct this... but I've been looking a little bit, and couldn't find any reference to this. Evert On Wednesday, February 12, 2014 9:43:36 AM UTC-5, Laoneo wrote: > >

Re: categories in carddav/sabredav

2014-02-14 Thread Evert Pot
Hi Andi, I don't think that the SOGo connector correctly supports lists. It used to send a non-standard object, but SabreDAV will (correctly) reject this. Evert On Tuesday, February 11, 2014 2:56:31 AM UTC-5, Andi Pani wrote: > > Hi > > I use thunderbird with sogo connector (at the moment) 17.0

Best way to build the PROPFIND response

2014-02-14 Thread Colombia Hosting
Hi, I want to add some properties to the PROPFIND response, and I'm doing it using a plugin with the beforeGetProperties method. The properties that I want to add should have this syntax: file123.txt.v21331224 32423432432432 file123.txt.v21331224

Access to Node Path

2014-02-14 Thread Colombia Hosting
Hello, I'm writing a plugin that will add some properties to the PROPFIND method. But I need to get the node path to work with it into the beforeGetProperties event. The problem is that the INode has the path member protected, and I can't see any public method to get it. How can I get the pat