Skip to main content

Building A Booking System With Google Apps



In my previous post, Building a Booking System With Google Apps, I tried to use Google's UI Builder to be a front-end to saving events into a Bookings Calendar for students to book hot desks in the Berrick Saul Treehouse. I wasn't totally happy with the results... still.

Lately, I have tried a completely different, simpler approach ( with quite a few groans about icky Google Docs issues along the way ) which has a sort of spreadsheet visualisation of the bookings that have been made. 


It looks and works like this.


Rather than taking apart the code in fragments, the entire spreadsheet is available here. Go take a look, from the File menu choose Make A Copy

If you create a Calendar and change the Calendar ID in the Script Editor you might be able to get it working for you. There are setup scripts to generate a "calendar-like" spreadsheet. The perches sheet has a list of columns that you might want to alter to suit your needs. The weirdest part is the "Booking Queue" sheet, which is essentially a huge workaround. 

Do let me know if you work out how to do any of this in a cleaner/better/faster way. Thanks.

Comments

  1. Thanks for sharing this. I noticed that your copy is publicly editable. You may want to change that to publicly viewable to be safe.

    ReplyDelete
  2. I think, if a spreadsheet is viewable then you can't run the scripts in it ( i.e use it )... I made a copy in the hope people could maybe

    a. use it and see what it did
    b. copy it
    c. improve ( even a small bit of ) it
    d. let me know...

    If people break it, I'll make another copy.

    ReplyDelete
    Replies
    1. I think it's broken, the link does not work anymore. Could you please e-mail me a link to the spreadsheet? Thank you very much for your effort.

      Delete
    2. the link seems to be broken. I need this. Can you email me the link ? let me know the id i can write to.

      Delete
    3. Hi Sir! Please do share me your sample Google Sheet for this.
      I really need this one.
      I hope you can help me.
      Thank you!

      Delete
  3. Hi, I'm really interested in your booking system using google apps. But, the file is not available at the moment. Could you send me the new URL to my email spar3308@gmail.com please.

    Thanks.

    Simon Park.

    ReplyDelete
  4. Likewise. I'm interested in seeing the spreadsheet, however the link does not take me to the document. Please may you post your new URL

    ReplyDelete
  5. Could you update the link to the spreadsheet, please? Thank you!

    ReplyDelete
  6. Good Morning, This sees excellent to what I want to do. However the link does not work. If you update please let me know. Thank You.

    ReplyDelete
  7. Hi, How can I access the spreadsheet? I am intersted in it, but the link is broken. I greatly appreciate any information, thanks!

    ReplyDelete
  8. This comment has been removed by the author.

    ReplyDelete
  9. thanks for your post, here are good online soluion : http://bookingsystempro.com/

    ReplyDelete
  10. can you please share me the actual link. you can email me at supukrish@gmail.com

    ReplyDelete
  11. can you please share me the actual link. you can email me at supukrish@gmail.com

    ReplyDelete

Post a Comment

Popular posts from this blog

Writing a Simple QR Code Stock Control Spreadsheet

At Theatre, Film & TV they have lots of equipment they loan to students, cameras, microphone, tripod etc. Keeping track of what goes out and what comes back is a difficult job. I have seen a few other departments struggling with the similar "equipment inventory" problems. A solution I have prototyped uses QR codes, a Google Spreadsheet and a small web application written in Apps Script. The idea is, that each piece of equipment ( or maybe collection of items ) has a QR code on it. Using a standard and free smartphone application to read QR codes, the technician swipes the item and is shown a screen that lets them either check the item out or return it. The QR app looks like this. The spreadsheet contains a list of cameras. It has links to images and uses Google Visualisation tools to generate its QR codes. The spreadsheet looks like this. The Web Application The web application, which only checks items in or out and should be used on a phone in conjunctio

Inserting A Google Doc link into a Google Spreadsheet (UPDATED 6/12/2017)

This article looks at using Apps Script to add new features to a Google Spreadsheet. At the University of York, various people have been using Google spreadsheets to collect together various project related information. We've found that when collecting lots of different collaborative information from lots of different people that a spreadsheet can work much better than a regular Google Form. Spreadsheets can be better than Forms for data collection because: The spreadsheet data saves as you are editing. If you want to fill in half the data and come back later, your data will still be there. The data in a spreadsheet is versioned, so you can see who added what and when and undo it if necessary The commenting features are brilliant - especially the "Resolve" button in comments. One feature we needed was to be able to "attach" Google Docs to certain cells in a spreadsheet. It's easy to just paste in a URL into a spreadsheet cell, but they can often

A Working Booking System In Google Sheets

Working with Andras Sztrokay we had another go at a booking system. This time it was to enable staff to book out a number of iPads over a number of days. You select the days you want, then select the Booking menu. Andras did an amazing job. It even creates a daily bookings sheet so you can see who has which iPads. To see this in action, go  here  and  File > Make a Copy (I won't be able to support you this is just provided to maybe give someone else a leg up, good luck!)