sorry for my english but I'm french. I will do my best.
I have to write a WEB SERVICE ( in java with JAX-RS ) to transform my data to icalendar format. This part is ok.
Now I'm learning the caldav protocol to use my web service with mozilla Thunderbird. But I not able to find any doc on how the exchange is ?
What request is sent from thunderbird to retreive the calendar ? My webservice should be able to catch all of the type ( REPORT - MOVE - COPY - PUT - POST - ....) ?
I need some explication or a good documentation of how caldav works.
Thanks a lot.