mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Export all-day events as 'EVENT' to Nokia devices
This commit is contained in:
parent
c0126726b7
commit
29292e3cbb
@ -794,7 +794,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