DoOptionsRequest(); DEBUG_S(-3,'options',$options); if ( isset($options["PROPFIND"]) ) { // Fetch some information about the events in that calendar $cal->SetDepth(1); $folder_xml = $cal->DoXMLRequest("PROPFIND", '' ); } DEBUG_S(-3,'folder_xml',$folder_xml); $events = $cal->GetEvents("20130901T000000Z","20140101T000000Z"); DEBUG_S(-3,'events',$events); ?>