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
@ -2675,6 +2675,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)
|
||||
{
|
||||
error_log(__FILE__.'['.__LINE__.'] '.__METHOD__."()\n" .
|
||||
|
Loading…
Reference in New Issue
Block a user