function switch_addIcon_to_new_event( e ) {
  e.preventDefault();
  e.stopImmediatePropagation();
  $("#addIcon").hide();
  $('#new_event').show();