Began refactoring CALDAV REPORT flow of control.
[citadel.git] / webcit-ng / api.txt
index cf0652af0bca1a2220bb501b0814c9da7f236207..8660c8f2ca7d20f17fc0a243d90e3247993fb963 100644 (file)
@@ -16,12 +16,6 @@ GET             /ctdl/r/<roomname>/stat            JSON dictionary of the server
 GET             /ctdl/r/<roomname>/<msgnum>        Retrieve the content of an individual message
 GET             /ctdl/r/<roomname>/<msgnum>/json   Retrieve an individual message in a room, encapsulated in JSON
 GET             /ctdl/r/<roomname>/<msgnum>/<part> Retrieve a MIME component of a message, specified by partnum
-
-GET             /ctdl/r/<roomname>/calendar:<from>:<to>
-                                                   Retrieve calendar items in the current room.
-                                                   "from" and "to" comprise a range expressed in unix timestamps.
-                                                   You can omit either or both timestamps but not the colons.
-
 DELETE          /ctdl/r/<roomname>/<msgnum>        Delete a message from a room
 MOVE            /ctdl/r/<roomname>/<msgnum>        Move a message to another room (requires Destination)