mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Export all-day events as 'EVENT' to Nokia devices
This commit is contained in:
parent
64b8873ba1
commit
a707c183f3
@ -796,7 +796,7 @@ class calendar_ical extends calendar_boupdate
|
|||||||
$attributes['X-EPOCAGENDAENTRYTYPE'] = 'ANNIVERSARY';
|
$attributes['X-EPOCAGENDAENTRYTYPE'] = 'ANNIVERSARY';
|
||||||
$attributes['DTEND'] = $attributes['DTSTART'];
|
$attributes['DTEND'] = $attributes['DTSTART'];
|
||||||
}
|
}
|
||||||
elseif ($event['special'] == '2')
|
elseif ($event['special'] == '2' || !empty($event['whole_day']))
|
||||||
{
|
{
|
||||||
$attributes['X-EPOCAGENDAENTRYTYPE'] = 'EVENT';
|
$attributes['X-EPOCAGENDAENTRYTYPE'] = 'EVENT';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user