Hey,
I was wondering if it is possible – in any way – to have the same scheduler displayed in multiple divs on one page? The way I’m doing it now is to use scheduler.init(div_Id, date, view) on two different div_Ids [ Div A and Div B]. And this works fine, until any events are changed/created in Div B, at which time, all the events in Div A are hidden.
Div A is intended to exclusively display the ‘day’ view, and serves as a ‘todo’ list for the day and, while Div B serves as a planner for the week/month/year.