Edit your first calendar > Validations > set the Date Modifier to become the minimum date of your second calendar, while also setting the Date Offset property to 10.
If I create a menu item as a calendar, I can define that events that are already booked should no longer be displayed. If I create an event list as a menu item, this selection is not available. At least I don't think so? Is that correct? if so why is that and can I do it any other way?
Hi,
I've to to use 2 calendar date pickers for a booking.
the first one is for the entry date. (today + 1day)
The second calendar is conditioned by the choosed entry date (min date)
I would limit the second picker to +10days in function of the date selected on the first date picker.
How can I do ?
Thanks !
Best regards
I'd like to purchase RSEVents!Pro today, but have two quick pre-sales questions please:
1. is it possible to show the calendar in 'read only' mode i.e. it won't be possible for anyone to click on any events for further info
2. I'll be importing a Google calendar daily (scheduled as cron job). Is it possible to automatically change 'event descriptions' and just show them as 'booked' in the calendar ?
Basically, I'd like to use the calendar as a "guests' booking...
I have added this to my form CSS/Javascript field and it makes no difference at all, from what i can see the script is not being loaded into the page/form at all
<script type="text/javascript">
jQuery(document).ready(function(){
var myDisabledDates = ;
//the dates you want to disable
myDateTPicker = RSFormPro.jQueryCalendar.calendars[14];
//replace 25 with your form ID and the date time picker name.
myDateTPicker.calendarInstance.setOptions({...
I am currently using the form for booking and using the calendar, is there a way to code the calendar to highlight dates that are not available, say like a red background or blanked out?
I need to retrieve in a selector a published article list with displayed next to the title of the article the value of the associated joomla custom field calendar.
In front something like this :
Select your courses :
Title of the article - 25/12/2019 (date from the custom field)
Hi,
Under "Controlling the Date and Time Picker" I found the following code:
<script type="text/javascript">
jQuery(document).ready(function(){var myDisabledDates =['02/23/2016','02/24/2016','02/27/2016'];//the dates you want to disable
myDateTPicker = RSFormPro.jQueryCalendar.calendars[25]['myDateTimePickerNameHere'];//replace 25 with your form ID and the date time picker name.
myDateTPicker.calendarInstance.setOptions({
disabledDates: myDisabledDates
});});...
Hi, I'm looking for an easy way to rent 10 similar homes for fixed periods (weekend, midweek or weekend)
I want this to display as simple as possible, monthly calendar with 3 options (weekend, midweek or weekend) and a book now button.
Also with a counter of availability for every option and solution to prevent overlapping bookings.
And is the calendar easy to manage for sure purpose?
Would this be possible with rsevents?