mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 18:31:37 +02:00
User Calendar CalDAV directory contains only 'not rejected' entries
This commit is contained in:
parent
6865fad5c7
commit
df6e3195e4
@ -114,7 +114,14 @@ class calendar_groupdav extends groupdav_handler
|
|||||||
'date_format' => 'server',
|
'date_format' => 'server',
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($path == '/calendar/') $filter['filter'] = 'owner';
|
if ($path == '/calendar/')
|
||||||
|
{
|
||||||
|
$filter['filter'] = 'owner';
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$filter['filter'] = 'default'; // not rejected
|
||||||
|
}
|
||||||
|
|
||||||
// process REPORT filters or multiget href's
|
// process REPORT filters or multiget href's
|
||||||
if (($id || $options['root']['name'] != 'propfind') && !$this->_report_filters($options,$filter,$id))
|
if (($id || $options['root']['name'] != 'propfind') && !$this->_report_filters($options,$filter,$id))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user