Build a college schedule without losing the lab or discussion
A useful college timetable starts with complete course information, not just the lecture. A course catalog might show a Monday, Wednesday, Friday lecture, a Tuesday lab, and a Thursday discussion under one course number. Missing any one of those meetings can make a schedule look open when it is not.
- Set the visible week first. Monday through Friday and 8 AM through 6 PM suit many students. Add Saturday, Sunday, or later hours before entering a weekend seminar or evening studio.
- Add one course with every required meeting. Put MWF 10-10:50 on one line and T 14:00-15:15 on the next. Keeping the lecture and lab together makes the course list easier to audit.
- Read the parsed result. The preview expands the day letters and prints both times in full. This catches the two common shorthand errors immediately: using T for both Tuesday and Thursday, or typing 2 without noticing that it was read as 2 PM.
- Add the room and instructor. A schedule is most useful during the first two weeks of a term, when a student still needs the building, room, and instructor name at a glance.
Use R for Thursday in compact patterns. TR means Tuesday and Thursday, while TuTh is also accepted. If the catalog already uses 24-hour time, enter it unchanged. A range such as 14:00-15:15 becomes 2:00 PM-3:15 PM when the display is switched to 12-hour labels; the stored meeting does not move.