I've asked this question previously with jpadie, who typically provided a very good answer, albeit very complex (for me!).
What I have is the need for a fairly stable weekly timetable, so this is not a full calendar solution.
I want a weekly timetable with entries on it that don't really change that often, apart from perhaps the addition or deletion of perhaps single entries (on a very irregular scale), and the ability to turn the entries on and off (active/non-active).
I have already developed a solution here:
But the problem I now have is that I need to add another timeslot to this calendar and all of my entries are sequential - to add another timeslot in say at 11.30am creates a problem with my sequential timeslots. It would mean all the entries I currently have after the 11.30am slot would need to increase by one for the front end code to sequentially put the slots together! Make sense??
But I started thinking that there must be a 'timetable' solution out there rather than a full calendar solution.
The difference, in my mind, is that I don't need to specifically date entries. It is a weekly repetitive affair.
Any advice or suggestions?
What I have is the need for a fairly stable weekly timetable, so this is not a full calendar solution.
I want a weekly timetable with entries on it that don't really change that often, apart from perhaps the addition or deletion of perhaps single entries (on a very irregular scale), and the ability to turn the entries on and off (active/non-active).
I have already developed a solution here:
But the problem I now have is that I need to add another timeslot to this calendar and all of my entries are sequential - to add another timeslot in say at 11.30am creates a problem with my sequential timeslots. It would mean all the entries I currently have after the 11.30am slot would need to increase by one for the front end code to sequentially put the slots together! Make sense??
But I started thinking that there must be a 'timetable' solution out there rather than a full calendar solution.
The difference, in my mind, is that I don't need to specifically date entries. It is a weekly repetitive affair.
Any advice or suggestions?