mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-21 04:43:35 +00:00
Don't request supported-report-set on every event in the calendar.
This commit is contained in:
parent
ea4c40114c
commit
0fee4d44bf
@ -690,7 +690,7 @@ class CalDAVClient {
|
||||
function GetCollectionETags( $url = null ) {
|
||||
if ( isset($url) ) $this->SetCalendar($url);
|
||||
|
||||
$this->DoPROPFINDRequest( $this->calendar_url, array('getetag','supported-report-set'), 1);
|
||||
$this->DoPROPFINDRequest( $this->calendar_url, array('getetag'), 1);
|
||||
|
||||
$etags = array();
|
||||
if ( isset($this->xmltags['DAV::getetag']) ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user