Hello everyone
Im trying to get all events from icloud but it seems I'm doing it in a wrong way!
My request:
REPORT /__ID__/calendars/963311E1-D1CB-4C1D-9AF8-9543F2D5EF3E/ HTTP/1.1
Authorization: Basic wNSQwwNSQwwNSQwwNSQwwNSQwwNSQwwNSQwwN==
Accept: */*
Depth: 1
Content-Type: application/xml
User-Agent: DAV/1.1.1
Content-Length: 128
<c:calendar-query xmlns:d="DAV:" xmlns:c="urn:ietf:params:xml:ns:caldav"><d:prop><c:calendar-data /></d:prop></c:calendar-query>
The response is always:
HTTP/1.1 500 Internal Server Error
Content-Length: 36
Server: iCloudCalendarServer 14E35
X-Transaction-Id: 4cc06fb2-185f-11e4-9d85-984be16f49d8
Date: Thu, 31 Jul 2014 03:03:51 GMT
X-Responding-Server: st11p01me-caldav015 21 a63660a6f7d1a25b5a7ed66dab0da843
Content-Type: text/plain
4cd3ada2-185f-11e4-8ae5-78e3b51be2e4
I'm not able to understand what is missing ?