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; } }