From aea03540b6ba128ddc98a6c31bade4c071e70930 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sun, 19 Nov 2006 12:04:42 +1300 Subject: [PATCH] A setting more suitable for Mozilla/Evolution. --- inc/caldav-OPTIONS.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/caldav-OPTIONS.php b/inc/caldav-OPTIONS.php index 09c15bc4..780742ed 100644 --- a/inc/caldav-OPTIONS.php +++ b/inc/caldav-OPTIONS.php @@ -39,6 +39,9 @@ else { } elseif ( $c->collections_always_exist ) { $exists = true; + // Possibly this should be another setting, but it seems unlikely that something that + // can't deal with collections would issue MKCALENDAR or PROPPATCH commands. + $is_calendar = true; } }