Tim:
In looking over the code from the
Scheduler/First Look Demo, it functions as intended
The reason that the second calender instance does not navigate the
Scheduler to the month which contains its newly selected date is due to
the recursive call that it makes to calender one in this method:
Using this code, as written, will always reset the Scheduler to the month selected in Calender one. You'd have to rewrite the JavaScript to your own specifications to avoid this.
Regards,