fix creation of monthly repeated events
This commit is contained in:
parent
001293a702
commit
cfb9c764ca
|
@ -665,6 +665,9 @@ class OC_Calendar_Object{
|
||||||
$byday .= ',' . $weekofmonth . $days[$day];
|
$byday .= ',' . $weekofmonth . $days[$day];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if($byday == ''){
|
||||||
|
$byday = 'MO,TU,WE,TH,FR,SA,SU';
|
||||||
|
}
|
||||||
$rrule .= ';BYDAY=' . $byday;
|
$rrule .= ';BYDAY=' . $byday;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue