Multiple schedulers one page?

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.

I’ve discovered an alternate solution for the time being utilizing iframes.

The way with two scheduler.init is not expected one, and not supported oficially.

Technically, if you have pro version you can have two separate schedulers on the page.
And it possible to sync data between them ( have datastore and two scheduler’s synced to it )