X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2Fapi.txt;h=cf0652af0bca1a2220bb501b0814c9da7f236207;hb=ebc6e316f87b5091d06055cd9c2d97cb46985557;hp=8660c8f2ca7d20f17fc0a243d90e3247993fb963;hpb=1cf65827496ede0bed7172122acd381666211894;p=citadel.git diff --git a/webcit-ng/api.txt b/webcit-ng/api.txt index 8660c8f2c..cf0652af0 100644 --- a/webcit-ng/api.txt +++ b/webcit-ng/api.txt @@ -16,6 +16,12 @@ GET /ctdl/r//stat JSON dictionary of the server GET /ctdl/r// Retrieve the content of an individual message GET /ctdl/r///json Retrieve an individual message in a room, encapsulated in JSON GET /ctdl/r/// Retrieve a MIME component of a message, specified by partnum + +GET /ctdl/r//calendar:: + 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// Delete a message from a room MOVE /ctdl/r// Move a message to another room (requires Destination)