repeating events with changing details and categories
I'm anticipating using Easy PHP Calendar in an educational context.
The classes repeat weekly have parameters that stay constant, i.e.
Class: Basket weaving
Time: every Tuesday at 7:00 p.m."
Location: Romper Room
A class will have an assigned teacher, i.e.
Class: Basket weaving
Time: every Tuesday at 7:00 p.m."
Location: Romper Room
Teacher: Horatio Hornblower
But staffing being unpredictable, I need to be able to specify teachers on a class-by-class basis, too--overriding the teacher usually assigned to the class.
To further complicate matters, students plan which classes they will attend based on who is teaching the class. So it would be nice to be able to give students a feature that lets them view a list of upcoming classes that have been filtered by a teacher's name.
What would be the best way to approach this? Should I set up a category for teachers? Can I then set up a repeating event with a usual teacher and then alter the setting for its teacher-category on specific occurrences of the class?
If not, I can think of a less elegant but perhaps workable solution--manually typing in teacher names in the event description. But the same fundamental question still exists: can I vary the description of a repeating event for any given occurrence of that event?
|