fix creation of monthly repeated events

remotes/origin/stable4
Georg Ehrke 13 years ago
parent 815eb2591a
commit 009fbd89b4
  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