Development version 4
Working dev demos
Front-end features:
- Simple installation - the calendar is loaded by a single line of JavaScript (see below)
- Interactive date range selection to send dates to your reservations form if required.
- Self-contained with no external dependencies.
- No external dependencies or JavaScript libraries.
- Does not use images or sprites.
- Simple CSS - colors can be defined via admin panel.
- Responsive:
- The code automatically calculates the number of months to show according to the browser window width. (You can override this by defining this manually to show the number of months that you want)
- On window resize the code will re-calculate the number of months, remembering the first month currently defined.
Admin features
- Reduced Vanilla JavaScript (no libraries).
- Interactive styling tool to define the calendar design & colors.
- Date range selection to mark dates as unavailable and save basic booking data (optional).
- Unlimited admin users.
- Unlimited number of calendar items.
- Unlimited languages.
- Language translations stored in the database as opposed to external files.
- Password reminder via email.
Single line of code to include the calendar:
<script src="ac-assets/ac-functions.js" id="ac-cal" type="module" ac-container="my-calendar"></script>