mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
Fix Yearly RRULE Issue with Funambol Outlook Sync Client
This commit is contained in:
parent
6eab77b15f
commit
1b20783041
@ -1690,7 +1690,7 @@ class calendar_ical extends calendar_boupdate
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'Y': // 1.0
|
case 'Y': // 1.0
|
||||||
if (preg_match('/YM(\d+) #(.\d)/', $recurence, $recurenceMatches))
|
if (preg_match('/YM(\d+)[^#]*#(.\d)/', $recurence, $recurenceMatches))
|
||||||
{
|
{
|
||||||
$vcardData['recur_interval'] = $recurenceMatches[1];
|
$vcardData['recur_interval'] = $recurenceMatches[1];
|
||||||
if ($recurenceMatches[2] > 0 && $vcardData['end'])
|
if ($recurenceMatches[2] > 0 && $vcardData['end'])
|
||||||
|
Loading…
Reference in New Issue
Block a user