diff --git a/inc/caldav-client-v2.php b/inc/caldav-client-v2.php index a6d80581..7654d464 100644 --- a/inc/caldav-client-v2.php +++ b/inc/caldav-client-v2.php @@ -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']) ) {