In general, for example for MVC, do you store each and every event in the database or just extrapolate uisng the interval and period.
For example if the start date is 2026-01-01 and interval is 1 and period is weekly then we just show an event every week without actually storing each event in the database.
But this would break if a single occurance is deleted or changed for wahrever reason.
If one does actually store the actual events in the database, the events can go on forever, how many does one need to store initially?
Sorry we are confused, but with your experience we thought you may be able to point us in the right direction.
Thanks.