Looking for decent booking engine recommendations

Hey hey,

I’m looking for some kind of booking engine system, whether it’s a package or SaaS product that would work well with Umbraco.

The booking system will be used to allow people to hire out a venue for specific times and dates, and ideally would handle payments & refunds etc.

If anyone has some good recommendations, i’m all ears. The alternative is to build something from scratch, but that feels overkill at this stage.

Thanks in advance!

Not got any recommendations myself, but definitely don’t try and build this yourself, unless you have some ultra specific requirements.

Is it just one venue? Or multiple? - I guess you do something very simple by having a bunch of “available date” childnodes, to a venue. together with a price. And then use something like snipcart as you payment gateway/checkout engine. You can then use the snipcart API, to then remove (or marked booked) in the date node.