+2005-06-02 Helge Hess <helge.hess@opengroupware.org>
+
+ * WebDAV/SoObjectWebDAVDispatcher.m: prepared MKCALENDAR method
+ (v4.5.163)
+
2005-06-01 Helge Hess <helge.hess@skyrix.com>
* v4.5.162
# version file
-SUBMINOR_VERSION:=162
+SUBMINOR_VERSION:=163
# v4.5.122 requires libNGExtensions v4.5.153
# v4.5.91 requires libNGExtensions v4.5.134
reason:@"WebDAV reports not yet implemented."];
}
+/* CalDAV */
+
+- (id)doMKCALENDAR:(WOContext *)_ctx {
+ return [self httpException:405 /* method not allowed */
+ reason:@"CalDAV calendar creation not yet implemented."];
+}
+
/* DAV access control lists */
- (id)doACL:(WOContext *)_ctx {