diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 2b81cb6d8df..016cc4c10a7 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -811,7 +811,8 @@ function show_day_events($db, $day, $month, $year, $monthshown, $style, &$eventa print ''; if ($event->type_code != 'BIRTHDAY') { - if ($showinfo) + + if ($showinfo && $event->type_code != 'ICALEVENT') { print $event->getNomUrl(2).' '; }