fix creation of monthly repeated events

remotes/origin/stable45
Georg Ehrke 14 years ago
parent 001293a702
commit cfb9c764ca
  1. 3
      apps/calendar/lib/object.php

@ -665,6 +665,9 @@ class OC_Calendar_Object{
$byday .= ',' . $weekofmonth . $days[$day];
}
}
if($byday == ''){
$byday = 'MO,TU,WE,TH,FR,SA,SU';
}
$rrule .= ';BYDAY=' . $byday;
}
break;

Loading…
Cancel
Save