Pop up event scheduler when date selected in calendar- help

Hi all,

      I am using both dhtmlx-calendar as well as dhtmlx-scheduler in one of my application.

I want to know whether the following is possible with these components.

My requirement is, when i select a date in the calendar, i have to get the scheduler as we doing in the gmail calendar and event scheduler.Is this possible??? Please help me out

Thanks & regards
Sukumar T R

Grab 2.2 package and check dhtmlxScheduler\samples\05_calendar

As for dhtmlxCalendar - yep, you can attach custom code to onClick event, which will call scheduler.setCurrentView with the selected date.

Thank you very much stanislav. It really helped me lot.Thank you so much.