I am using custom http method "PROPFIND" with this library which in Android leeds to this exception:
Java.Lang.IllegalArgumentException: method PROPFIND must not have a request body.
The PROPFIND http method needs request content in order to implement CALDAV protocol. Seems to be a bug in underlying OkHttp library:
square/okhttp#229
square/okhttp#3038