fix repeat rule for every weekday

This commit is contained in:
Georg Ehrke 2012-01-05 17:09:01 +01:00
parent a88cc91ad9
commit d3a0c7354c
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ class OC_Calendar_Object{
}
break;
case 'weekday':
$rrule .= 'FREQ=DAILY';
$rrule .= 'FREQ=WEEKLY';
$rrule .= ';BYDAY=MO,TU,WE,TH,FR';
break;
case 'biweekly':