diff --git a/inc/caldav-client-v2.php b/inc/caldav-client-v2.php index 7654d464..53e7bf33 100644 --- a/inc/caldav-client-v2.php +++ b/inc/caldav-client-v2.php @@ -736,6 +736,11 @@ EOXML; $events[$href] = $this->xmlnodes[$v]['value']; } } + else { + foreach( $event_hrefs AS $k => $href ) { + $events[$href] = $this->DoGETRequest($href); + } + } return $events; }