public String getEvent(String type, JcInfo info) {
   return type + "_" + info.getDay() + "_" + info.getWeekId() + "_" + info.getTeamId();
 }