mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-25 17:46:52 +00:00
Notify support for the DAV::sync-collection report
This commit is contained in:
parent
9164c3a8bd
commit
b0b93fff28
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user