mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
set whole day flag on import if necessary - this is needed for better recognition in bo class
This commit is contained in:
parent
30b683cf5a
commit
fcc50858ee
@ -2674,6 +2674,11 @@ class calendar_ical extends calendar_boupdate
|
||||
}
|
||||
|
||||
if ($this->calendarOwner) $event['owner'] = $this->calendarOwner;
|
||||
|
||||
if ($this->isWholeDay($event))
|
||||
{
|
||||
$event['whole_day'] == true;
|
||||
}
|
||||
|
||||
if ($this->log)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user