set whole day flag on import if necessary - this is needed for better recognition in bo class

This commit is contained in:
Christian Binder 2010-03-01 15:37:59 +00:00
parent 30b683cf5a
commit fcc50858ee

View File

@ -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)
{