Worked out the syntax for requesting a calendar range
[citadel.git] / webcit-ng / server / room_functions.c
index 24195e7733b3e3fd83e6cd0ef3e60517fe0939b5..12b5df5985a68bf1ef37fdea0df38ef31a6b70a3 100644 (file)
@@ -226,7 +226,7 @@ void object_in_room(struct http_transaction *h, struct ctdlsession *c) {
                return;
        }
 
-       if (!strncasecmp(buf, "calendar.", 9)) {        // Client is requesting a calendar range
+       if (!strncasecmp(buf, "calendar:", 9)) {        // Client is requesting a calendar range
                unescape_input(&buf[9]);
                calendar_msglist(h, c, &buf[9]);
                return;