I do a site for a humane society, and really I have never heard of an exact same event reoccurring that often so I would let the user enter the event they want in the database, and display it accordingly. That way end user has all control on that events slot, you never know when changes are going to happen. Someone could be sick one Sunday for example.
Nov 14, 2015
10
Level 122
Repeating calendar entries
I'm looking for some ideas / resources to help me design a repeating entry function.
I have an application that has events. These events have other properties such as the date, shifts, and resources. My customers are asking for a repeat function. For instance, the event should re-occur every Saturday.
Should I go ahead and create entries in the model for future dates (if so then for how long!) or should I create them a bit more on the fly? Show like a templated event for any given future date and then only create it in the database if someone actually modifies it?
suggestions welcome!
Please or to participate in this conversation.