I have a problem getting calendar info for my user.
I following instructions from here http://sabre.io/dav/building-a-caldav-client/
When I'm using method REPORT the server returns error
"Request failed: method not allowed (405)".
In the headers about allowed methods server returns the next info:
a list of the target resource's currently supported methods" Allow = "GET,HEAD,POST,OPTIONS"
But when I'm trying use POST method the server returns error
"501 Not Implemented".
Link to my request/response - https://gist.github.com/anonymous/ea7e79d5dddfe147cf7c728ec9fa560e
Could anyone help me to find the required method or parameters?
Please check the attached screens with requests and responses.
Thanks.