mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fix not working CalDAV PUT of recurring event
This commit is contained in:
parent
5615fbf15e
commit
d9e2d991e1
@ -2630,6 +2630,7 @@ class calendar_ical extends calendar_boupdate
|
||||
$vcardData['location'] = str_replace("\r\n", "\n", $attributes['value']);
|
||||
break;
|
||||
case 'RRULE':
|
||||
unset($vcardData['recur_type']); // it wont be set by +=
|
||||
$vcardData += calendar_rrule::parseRrule($attributes['value']);
|
||||
if (!empty($vcardData['recur_enddate'])) self::check_fix_endate ($vcardData);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user