Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.4 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.4 KB

Limit Events per Day in Google Calendar

Imagine you have 4 available timeslots in a day, however you want to close the day once 3 of them are filled. You obviously don't want to check manually. This is what Limit Bookings was designed for.

Description

This script will add full-day events to your calendar when the criteria is met.

limitBookings()

By retrieving recently updated events (default 60 seconds) this function can detect if a day should be closed based on the set criteria.

limitBookingsMonthly()

This function checks every day in a set period of time (default 90 days) and updates the day based on the set criteria. It is recommended that this funciton is only used once or twice a day.

Resources

Credit

Other projects

Q-er - A queuing system for Twitch.tv

Contact

If you have any questions feel free to Contact me