mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
* CalDAV: fixed not working exceptions of recuring events in iCal on iOS or OS X (skipping optional and default VALUE=DATE-TIME attribute in iCal EXDATE component)
This commit is contained in:
parent
fd276eb3b7
commit
84bc15ebba
@ -653,7 +653,8 @@ class calendar_ical extends calendar_boupdate
|
||||
}
|
||||
if ($version != '1.0')
|
||||
{
|
||||
$parameters['EXDATE']['VALUE'] = 'DATE-TIME';
|
||||
// VALUE=DATE-TIME is default and optional
|
||||
// adding it causes iCal on iOS 5.1.1 / OSX 10.7.4 to fail to recognice exceptions
|
||||
if (!empty($tzid)) $parameters['EXDATE']['TZID'] = $tzid;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user