Tag: Room Booking System
-
My Level – Code Combat Game Development
Code Combat is a fun way to learn to code. This is a level I made for my final project in the Python Game Development course, level 17.
-
Automatic Email Sending Add-on with Word Detection
Google Apps Scripts is a powerful tool. All you need is a basic understanding of JavaScript and you can create any add on your heart desires. Hoping to make Google Apps Script more accessible, I started a new project. This create a simple application that notifies you when a user has submitted a particular word…
-
Doctors’ Office Reservation System for Google Calendars
Need a system to manage bookings for multiple calendars at the same time? Want the convenience of a booking system that using Google Calendar? This program is great for you. The system is perfect for a doctors’ office that has multiple physicians sharing several different rooms. Patients submit their requests for appointments using a Google Form.…
-
Room Reservation System Using Google Apps Script
Need a room booking system for Google Calendar? Willing to learn a bit of code? This program allows people to reserve meeting or study rooms using a Google Form. After the user hits submit, the program checks the corresponding calendar. If the room is already reserved at that time, the user receives an email asking…