diff --git a/inc/CalDAVRequest.php b/inc/CalDAVRequest.php index 6d9f6e95..3b8a8547 100644 --- a/inc/CalDAVRequest.php +++ b/inc/CalDAVRequest.php @@ -442,7 +442,8 @@ EOSQL; } $this->supported_reports = array( - 'DAV::principal-property-search' => '' + 'DAV::principal-property-search' => '', + 'DAV::expand-property' => '' ); if ( $this->IsCollection() ) { $this->supported_reports['DAV::sync-collection'] = '';