diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php
index 2b81cb6d8df73656382120ba48d5babddde19f9a..016cc4c10a74098c1f9bf9ff9ea84ed1433cbada 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 '<td nowrap="nowrap">';
 					if ($event->type_code != 'BIRTHDAY')
 					{
-                        if ($showinfo)
+						
+                        if ($showinfo && $event->type_code != 'ICALEVENT')
                         {
                             print $event->getNomUrl(2).' ';
                         }