Hi all,
I work on web based calendar. I have events in table events, with
fields like name, date, time.
I need to implement feature (there is admin form for editing and
adding events) repeating events, like weekly, monthly, yearly, as
option for events.
I don't know how to implement this effective.
One way is to fill the table with future events (from repeating, like
every week), but this crowd the table fast, and I don't know how
manage repeating events without end date.
If I use an atribut for repeating event, the problem will be at time of
displaying, it's really time consuming to review whole table for
repeating events and compute if the event lapse into displayed
period (like month).
Any idea how to solve this taks?
Ciao
Radek Saturka