2013/3/1 Faison N.P <
faison...@gmail.com>:
> I didn't find the Principal query in Caldav4j for android source code.
caldav4j doesn't implement that query.
>is there any another methods to create a query ?
you should create a REPORT query using the underlying HttpClient
methods because this query type is still not implemented.
There's a template in ./model/report.mycalendars.xml (the one you pasted)
You can use curl to check if yahoo support that kind of request before!
Here's a small example: replace the required fields!
https://blogs.oracle.com/arnaudq/entry/propfind_using_curl
Peace,
R: