Booking/pms plugin

is there a booking plugin to create a pms website with booking solution?

And the use of multiple ical connections?

Hello jfvdvelden, at the en of last year I was looking for one and not found. I would suggest to use one of the available booking button providers on the market. My customer already was in booking.com and the integration is very easy:

  1. simply drop the button code in the Grav Admin edit area of the page, like this:
  <div id="book-widget" >
   <script async src="https://reservation.booking.expert/embed/calendar.js?h=yourcode" data-booking-calendar></script>
  </div>
  1. Install Grav plugin: Custom CSS
    Customize your button as you please
 #book-widget {
    your style
}

Regards
joejac