I just figured out that my loaded xml did not correspond to what the rendering was presenting.
It looks like if passed <start_date>2009-08-14 08:00</start_date><end_date>2009-08-14 16:00</end_date>…
is presented in scheduler._events with start_date 2009-09-14 08:00.
and therefor render everything off by one month.
is this a bug?
The issue wasn’t reproduced locally. Please, provide the complete demo that allows to recreate the issue
Sorry , the error was on my end.