JTR over at The Art Of Not Asking Why has a useful reminder about something that I, at least, always forget about: org-clone-subtree-with-time-shift. The idea is that you have something scheduled on a certain day but want to repeat that event regularly. You can add a repeater to the entry that will repeat it at fixed intervals. For example, if you have a weekly meeting on Friday at 10 AM you can add an entry for that meeting and the repeater +1w and the task will appear every Friday.
You can also clone an entry a given number of times. For example, suppose you have a class everyday at 8 AM for 3 days. You can make an entry for the first day and then use org-clone-subtree-with-time-shift to add two more entries on subsequent days.
Scheduling events with Org mode really is a lot more flexible than you might imagine. The org-clone-subtree-with-time-shift function is an example. You can take an existing entry and clone it any number of times at any given fixed interval. It’s much easier than trying to do this by hand.
There are, of course, some nuances so be sure to take a look at the Docstring for the function.