Re: [PHP] Calendar logic question

2002-08-21 Thread Brent Baisley
You know it's been done before by many the many calendar systems out there. You really just want to store the event once and you wouldn't want to even replicate the event ID out to whatever date. I would search the php class libraries and free software to see how they did it. I'm someone has d

[PHP] Calendar logic question

2002-08-21 Thread Matt Schroebel
I have a calendar application that shows events in a month. I want to add the ability to have re-occuring events. I've been thinking about how to do that, but it's not seeming to be too easy. Say, I have a table of re-occuring events: eventId int eventName varchar eventStartDate date eventE