Re: [PHP] webDAV/CalDAV client class experience ?

2013-03-01 Thread Adam Tauno Williams
On Mon, 2013-02-18 at 12:19 +0100, B. Aerts wrote: > >> - Adding the HTTP header "Accept: */*" made sure all read actions ( e.g. > >> GET, PROPFIND, REPORT) worked perfectly > > > > This is interesting. The Accept header has to do with what media types > > the browser will accept in return. I didn'

Re: [PHP] webDAV/CalDAV client class experience ?

2013-03-01 Thread Adam Tauno Williams
On Sun, 2013-02-17 at 21:26 -0600, tamouse mailing lists wrote: > On Sat, Feb 16, 2013 at 2:30 PM, B. Aerts wrote: > > - the biggest mistake: apparently I commented the fwrite() call to the > > stream, which explains why he went in time-out ... (in this case, please DO > > shoot the pianist) > Nah

Re: [PHP] webDAV/CalDAV client class experience ?

2013-02-18 Thread B. Aerts
- Adding the HTTP header "Accept: */*" made sure all read actions ( e.g. GET, PROPFIND, REPORT) worked perfectly This is interesting. The Accept header has to do with what media types the browser will accept in return. I didn't think it had anything to do with what operations the server/applicat

Re: [PHP] webDAV/CalDAV client class experience ?

2013-02-16 Thread B. Aerts
On 13/02/13 14:27, Daniel Brown wrote: On Tue, Feb 12, 2013 at 3:40 PM, B. Aerts wrote: Hello, I'm working on this one for more than a year (personal project) - but I'm turning pretty desperate here. I'm trying to connect to 2 Calendars through the CalDAV protocol. The calendars are hosted by

Re: [PHP] webDAV/CalDAV client class experience ?

2013-02-13 Thread Daniel Brown
On Tue, Feb 12, 2013 at 3:40 PM, B. Aerts wrote: > Hello, > > I'm working on this one for more than a year (personal project) - but I'm > turning pretty desperate here. > > I'm trying to connect to 2 Calendars through the CalDAV protocol. > The calendars are hosted by 2 webmail providers. > If I t

[PHP] webDAV/CalDAV client class experience ?

2013-02-12 Thread B. Aerts
Hello, I'm working on this one for more than a year (personal project) - but I'm turning pretty desperate here. I'm trying to connect to 2 Calendars through the CalDAV protocol. The calendars are hosted by 2 webmail providers. If I try to sync through a dedicated calendar, like iCal or Thunder