Jump to content

Creating a calendar app


Kemik

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/69326-creating-a-calendar-app/
Share on other sites

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.