Skip to content
Snippets Groups Projects
Commit 652a874f authored by Georg Ehrke's avatar Georg Ehrke
Browse files

fix displaying of events

parent 3bcf176a
No related branches found
No related tags found
No related merge requests found
......@@ -406,7 +406,9 @@ class OC_Calendar_App{
$return[] = array_merge($staticoutput, $dynamicoutput);
}
}else{
$object->expand($start, $end);
if(OC_Calendar_Object::isrepeating($id) || $event['repeating'] == 1){
$object->expand($start, $end);
}
foreach($object->getComponents() as $singleevent){
if(!($singleevent instanceof Sabre_VObject_Component_VEvent)){
continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment