Bookings calendar shortcode
Use this shortcode to display a calendar with the upcoming reservations grouped by assistants:
[salon_booking_calendar]<br>
here the live example: http://salon.salonbooking.it/bookings-calendar-by-assistant/
Assistants to be displayed
This shortcode accepts a parameter to limit the list of the assistants like this:
<strong></strong>[salon_booking_calendar assistants ="3,5"]<strong></strong><br>
Where 3 and 5 are the ID of the assistants you want to display.
Public visibility
A second parameter can be used to make the calendar visible to the public:
[salon_booking_calendar visibility="public"]<br>
to make it visible even to non logged-in users. By default the calendar is visible only to logged-in users.
Days to be displayed
You can decide how many days to be displayed using this parameter:
[salon_booking_calendar days="10"]