diff --git a/calendar/inc/class.boical.inc.php b/calendar/inc/class.boical.inc.php index ceb3fa32d9..d843e7d717 100644 --- a/calendar/inc/class.boical.inc.php +++ b/calendar/inc/class.boical.inc.php @@ -282,7 +282,8 @@ { $recur_enddate += 86400; } - $rrule['UNTIL'] = date('Ymd',$recur_enddate); + # append T and the Endtime, since the RRULE seems not to be understood by the client without it + $rrule['UNTIL'] = date('Ymd',$recur_enddate).'T'.date('His',($event['end']?$event['end']:$event['start'])) ; } else {