mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-17 04:03:35 +00:00
Allow calendar-multiget & query reports to return resource data.
This commit is contained in:
parent
5b43f06eb4
commit
60f372c749
@ -224,6 +224,9 @@ if ( $target->IsExternal() ) {
|
||||
update_external ( $target );
|
||||
}
|
||||
|
||||
// These reports are always allowed to see the resource_data because they are special
|
||||
$c->sync_resource_data_ok = true;
|
||||
|
||||
if ( $xmltree->GetNSTag() == "urn:ietf:params:xml:ns:caldav:calendar-query" ) {
|
||||
$calquery = $xmltree->GetPath("/urn:ietf:params:xml:ns:caldav:calendar-query/*");
|
||||
include("caldav-REPORT-calquery.php");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user