Kemik Posted September 14, 2007 Share Posted September 14, 2007 Hello, I'm thinking about the structure of the database/code for a calendar application I want to make. How would be best to store events that occur once a week/month/year? I couldn't really create a separate entry for each time it occurs as there could be 52 events (once a week) / insert queries. Thanks for the help. Quote Link to comment Share on other sites More sharing options...
Mastodont Posted September 14, 2007 Share Posted September 14, 2007 You can store each event only once, but in addition to this you have to store something as "recurring type" and compute the days of repeating event during each response to request. I prefer second option (you have rejected it) - store each occurrence of event separately. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.