wvrzel / simpleCalDAV

A simple php CalDAV-Client library. Connect, create, change, delete... easy to use
GNU General Public License v2.0
116 stars 60 forks source link

Yahoo not listing Calendars #13

Open rashnk opened 8 years ago

rashnk commented 8 years ago

yahoo works on local server, i can list the calendar list and events, but if i upload to server, there it does not return the list, it connects and returns 200 staus, but findCalendars function not returning calendar list url : https://caldav.calendar.yahoo.com/dav/username/Calendar/calendar_name/ i checkd the cURL configuration on local and server, there is difference for 3 values, as below

server

GSS-Negotiate No SPNEGO Yes TLS-SRP No

local

GSS-Negotiate YES SPNEGO No TLS-SRP YES

all except these value are same, any fix can u suggest ?