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