- if ($this->debug)
- {
- error_log(__METHOD__."($path,".array2string($options).",,$user,$id)");
- }
-
- if ($options['root']['name'] == 'free-busy-query')
- {
- return $this->free_busy_report($path, $options, $user);
- }
-
- if (isset($_GET['download']))
- {
- $this->caldav->propfind_options['props'] = array(array(
- 'xmlns' => Api\CalDAV::CALDAV,
- 'name' => 'calendar-data',
- ));
- }
-
- // ToDo: add parameter to only return id & etag
- $filter = array(
- 'users' => $user,