Hi there,
is there any possibility of Showing the dates highlighted in dhtmlxCalendar based on the events in dhtmlxScheduler ?
Hi there,
is there any possibility of Showing the dates highlighted in dhtmlxCalendar based on the events in dhtmlxScheduler ?
Hello,
You can iterate over loaded events and and for each date between end and start date call setHolidays function.
Kind regards,
Ilya
hi,
Thank you. But for Iterating through scheduler event dates , Should i use getOccurrences Helper method (Asp.Net) ? Since the main scheduler may not be present in the page where dhtmlxcalendar will be placed, there is no possibility of using javscript API for getting event dates ?