]> code.citadel.org Git - citadel.git/commit
WebDAV GET/PUT of an entire calendar as one item
authorArt Cancro <ajc@citadel.org>
Sun, 5 Mar 2006 03:38:03 +0000 (03:38 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 5 Mar 2006 03:38:03 +0000 (03:38 +0000)
commit9b3f8301bdbd2a14f5c2f83fec6afda7bd46411d
tree2c18f1aee322990db0d581d469055167875d5413
parentf214b70d5b3135c63149d04c7f96d89c173277b3
WebDAV GET/PUT of an entire calendar as one item
now uses OGo-compatible URL's.  Any of three formats are possible:
* http://foo.example.com/groupdav/Calendar
* http://foo.example.com/groupdav/ics
* http://foo.example.com/groupdav/calendar.ics
webcit/groupdav_get.c
webcit/groupdav_put.c