deyanTG / caldav4j

Automatically exported from code.google.com/p/caldav4j
0 stars 0 forks source link

Does caldav4j lib now supports to PROPPATCH method ? #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As topic, now I want to modify ACL of a URL, read the webdav spec that i 
need to issue to PROPPATCH method request to caldav server, but I don't 
see such method definition in caldav4j source yet. Will such function be 
implemented in the furture ?

Original issue reported on code.google.com by yinyuanq...@gmail.com on 20 Aug 2009 at 7:51

GoogleCodeExporter commented 8 years ago
you're welcome to provide that feature. It should be not difficult.
follow these steps:
1- write down a PROPPATCH query you want to do
2- test it with curl against your favourite caldav server

if it works, then you can implement it with java:
1- writing the test case
2- then writing the code.

plenty of information is in the code.

Original comment by robipo...@gmail.com on 24 Aug 2009 at 9:39

GoogleCodeExporter commented 8 years ago
it seems that webdav doesn't support PROPPATCH for ACLs...can you provide an 
example?

Original comment by robipo...@gmail.com on 24 Aug 2009 at 3:05

GoogleCodeExporter commented 8 years ago
Yes you're right ... to update ACL , need to issue ACL method, not PROPATCH , I 
was 
wrong about that before.

Original comment by yinyuanq...@gmail.com on 18 Sep 2009 at 4:29

GoogleCodeExporter commented 8 years ago
see comment

Original comment by robipo...@gmail.com on 10 Mar 2010 at 11:55