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 8514309
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T04:49:44+00:00 2026-06-11T04:49:44+00:00

Just a quick architecture question really on storing calendar data. Basically, I have a

  • 0

Just a quick architecture question really on storing calendar data.

Basically, I have a database of services for rental. On the front end, there is a calendar to show either “Available” or “Unavailable” for every future date. In the back-end the user can set any date/date range to available or unavailable (1 or 0) on a jQuery calendar.

The question I have is how would you go about storing this data in mysql and retrieving it on the front end?

Possible have all dates available and store the unavailable dates? Then if they are set to available again, remove the record for that date?

Cheers,
RJ

  • 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-06-11T04:49:46+00:00Added an answer on June 11, 2026 at 4:49 am

    Possible have all dates available and store the unavailable dates? Then if they are set to available again, remove the record for that date?

    Yes, I’d go with that, except I would not remove the record when renting expires – you’ll easily know a renting expired because it’s in the past, so you automatically keep the history of renting as well.

    After all, there is infinite number of available dates1, so you’d have to artificially limit the supported range of dates if you went the other way around (and stored free dates).

    1 In the future. And, in some sense, in the past as well.

    Also, I’m guessing you want some additional information in case a service is rented (e.g. name of the renter) and there would be nowhere to store that if renting were represented by a non-existent row!


    Since the granularity of renting is a whole day, I think you are looking at a database structure similar to this:

    enter image description here

    Note how RENTING_DAY PK naturally prevents overlaps.

    Alternatively, you might ditch the RENTING_DAY and have START_DATE and END_DATE directly in RENTING, but this would require explicit range overlap checks, which may not scale ideally.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just a quick question. I have one XML and I was hoping to tranform
Just a quick question on working with International Timezones & GMT. I have an
Just a quick check really. I have an XML file that I will be
just a quick question about the mvc JqueryUI framework, i have a _layout.cshtml page
Just a quick question. I have a system which contains some silverlight elements to
just a quick question I have an array with only one object in it
Just a quick question. I have an NSArray that is generated in my applicationDidFinishLaunching
just a quick question: I am a CS undergrad and have only had experience
Just a quick database design question: Do you ALWAYS use an ID field in
just a quick question here. Lets say I have a stored procedure for seleting

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.