129130131132133134135
/** * Converts this class timetable to VEvent. * @return VEvent representing the class timetable */ public VEvent toEvent() { return new ClassVEvent(this); }