From 0fee4d44bf51ea54cde3323da7c6969c593a45e4 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Wed, 31 Mar 2010 22:59:21 +1300 Subject: [PATCH] Don't request supported-report-set on every event in the calendar. --- inc/caldav-client-v2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']) ) {