forked from extern/egroupware
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->calendarOwner) $event['owner'] = $this->calendarOwner;
|
||||||
|
|
||||||
|
if ($this->isWholeDay($event))
|
||||||
|
{
|
||||||
|
$event['whole_day'] == true;
|
||||||
|
}
|
||||||
|
|
||||||
if ($this->log)
|
if ($this->log)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user