Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3681322
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T03:40:38+00:00 2026-05-19T03:40:38+00:00

I want to create a php calender application. What is the optimal database design

  • 0

I want to create a php calender application. What is the optimal database design for this software if I want to create normal, weekly, monthly and yearly events.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T03:40:38+00:00Added an answer on May 19, 2026 at 3:40 am

    I would just create an entry for each recurrence of the event, out to some horizon. However, it means that you’ll need another table that you can use to project out the dates if they scan past your horizon date. I.e., you’ll need an events table that contains one record for each occurrence of a repeated event (Jan 1, Jan 8, Jan 15, … through December), and a table with each record available to seed future years (start date: Jan 1; repeat: 7; through: 2011) so that at the start of 2012 (or as soon as the user requests a view of a 2012+ month) you can generate the future events.

    This has two big disadvantages:

    1. Your database has data for a full year. However, if adding a full year’s worth of data ruins your performance, your system is probably underpowered. (It seems a requirement that a calendar app be able to handle many years’ worth of dates)
    2. At the end of the event horizon, you need to generate the future dates for recurring events.

    The advantages (IMO) that outweigh the disadvantages:

    1. Easier math when displaying the calendar. Using Tim’s method, above, if the user loads Dec 18, 2011, how are you going to calculate which recurring events should be placed on that day? You’ll be forced to loop through EVERY recurring event every time you display a date. The tradeoff is disadvantage #1, which I think is the better solution that having to redo these calculations.
    2. You can edit specific instances of an event. Using Tim’s method, if a meeting occurred on a holiday and the user changed it to the previous day, how would you even do it? Using the one-entry-per-event method described here, you could just modify that record for the event, easily moving single occurrences around in the calendar.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to create a CAPTCHA similar to http://www.gigbooks.com/getcaptcha.php this one. But its in
I want to create an application in PHP implementing virtual directory feature. Example: http://mydomain.com/user001
I want to create a contact importer application.How to Import facebook contact using php
I want to create an event calendar application similar to the site http://events.stanford.edu/ using
I want to create a static class in PHP and have it behave like
I want to create a file on the webserver dynamically in PHP. First I
I have a website which uses PHP and HTML pages, I want to create
I want to use php in console mode and create an environment to test
I want to create a Java application bundle for Mac without using Mac. According
Basically I want to create a php code in my template (views-view-field--body.tpl.php) that would

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.