I’m using scheduler static object in a div that is used many times to load different calendars.
In one of them, when I load it, it shows the own events and the events of a previous calendar . Screenshoot Calendar1 shows Ferie in red that was shown in caledar2_ok, red Ferie is non in the xml data received by Calendar data.
I’m using a sequence of instrustions like that:
…
scheduler.init
scheduler.setLoadMode
scheduler.clearAll();
scheduler.load(urlRefresh, “xml”);
…
to me seems clearAll doesn’t clear everything, it’s ike the calendar reloads past .load ed data.
thanks