fix repeat rule for every weekday
This commit is contained in:
parent
a88cc91ad9
commit
d3a0c7354c
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue