diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php
index 34068d1afe5851c68c7d0d5e05213decb08e412a..a5fe3c5d1f2fbe8625b6da449487928edc400b4d 100644
--- a/htdocs/core/lib/company.lib.php
+++ b/htdocs/core/lib/company.lib.php
@@ -587,7 +587,9 @@ function show_contacts($conf,$langs,$db,$object,$backtopage='')
             if (! empty($conf->agenda->enabled) && $user->rights->agenda->myactions->create)
             {
                 print '<td align="center"><a href="'.DOL_URL_ROOT.'/comm/action/fiche.php?action=create&actioncode=AC_RDV&contactid='.$obj->rowid.'&socid='.$object->id.'&backtopage='.urlencode($backtopage).'">';
-                print img_object($langs->trans("Rendez-Vous"),"action");
+                print img_object($langs->trans("Rendez-Vous"),"action_rdv");
+                print '</a> <a href="'.DOL_URL_ROOT.'/comm/action/fiche.php?action=create&actioncode=&contactid='.$obj->rowid.'&socid='.$object->id.'&backtopage='.urlencode($backtopage).'">';
+                print img_object($langs->trans("Event"),"action");
                 print '</a></td>';
             }
 
diff --git a/htdocs/theme/amarok/img/object_action_rdv.png b/htdocs/theme/amarok/img/object_action_rdv.png
new file mode 100644
index 0000000000000000000000000000000000000000..b892da1f65587da7a7e3e2da5971c7899b8a9b10
Binary files /dev/null and b/htdocs/theme/amarok/img/object_action_rdv.png differ
diff --git a/htdocs/theme/auguria/img/object_action_rdv.png b/htdocs/theme/auguria/img/object_action_rdv.png
new file mode 100644
index 0000000000000000000000000000000000000000..b892da1f65587da7a7e3e2da5971c7899b8a9b10
Binary files /dev/null and b/htdocs/theme/auguria/img/object_action_rdv.png differ
diff --git a/htdocs/theme/bureau2crea/img/object_action_rdv.png b/htdocs/theme/bureau2crea/img/object_action_rdv.png
new file mode 100644
index 0000000000000000000000000000000000000000..b892da1f65587da7a7e3e2da5971c7899b8a9b10
Binary files /dev/null and b/htdocs/theme/bureau2crea/img/object_action_rdv.png differ
diff --git a/htdocs/theme/cameleo/img/object_action_rdv.png b/htdocs/theme/cameleo/img/object_action_rdv.png
new file mode 100644
index 0000000000000000000000000000000000000000..b892da1f65587da7a7e3e2da5971c7899b8a9b10
Binary files /dev/null and b/htdocs/theme/cameleo/img/object_action_rdv.png differ
diff --git a/htdocs/theme/eldy/img/object_action_rdv.png b/htdocs/theme/eldy/img/object_action_rdv.png
new file mode 100644
index 0000000000000000000000000000000000000000..b892da1f65587da7a7e3e2da5971c7899b8a9b10
Binary files /dev/null and b/htdocs/theme/eldy/img/object_action_rdv.png differ