diff --git a/inc/caldav-client-v2.php b/inc/caldav-client-v2.php index 53e7bf33..3fbd3582 100644 --- a/inc/caldav-client-v2.php +++ b/inc/caldav-client-v2.php @@ -738,7 +738,8 @@ EOXML; } else { foreach( $event_hrefs AS $k => $href ) { - $events[$href] = $this->DoGETRequest($href); + $this->DoGETRequest($href); + $events[$href] = $this->httpResponseBody; } }