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
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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.