calendar icon indicating copy to clipboard operation
calendar copied to clipboard

Can't use REPORT to check for updates

Open ghost opened this issue 7 years ago • 0 comments

As mentioned on http://sabre.io/dav/building-a-caldav-client/ section "Finding out if anything changed" I have to made a REPORT call to /calendars/johndoe/home/.

But I get an HTTP 415 response code and the follwing message: 3.1.3 Sabre\DAV\Exception\ReportNotSupported

So how have I to check for changes (new events, delete events, edited events).

ghost avatar Jan 26 '18 16:01 ghost