From b0b93fff28a725a8c1204d52f0dc8e575d1ea075 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Mon, 2 Nov 2009 22:20:20 +1300 Subject: [PATCH] Notify support for the DAV::sync-collection report --- inc/CalDAVRequest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/CalDAVRequest.php b/inc/CalDAVRequest.php index df9935b5..bd4b6378 100644 --- a/inc/CalDAVRequest.php +++ b/inc/CalDAVRequest.php @@ -437,6 +437,9 @@ EOSQL; $this->supported_reports = array( 'DAV::principal-property-search' => '' ); + if ( $this->IsCollection() ) { + $this->supported_reports['DAV::sync-collection'] = ''; + } if ( $this->IsCalendar() ) { $this->supported_reports = array_merge( $this->supported_reports,