Hello everyone,
have two questions:
- I’d like to use multiple sources. If I work with one source, it works. If I add another source, I get a 404 - Not Found. I see in the console that both sources are loaded one after the other and not as an array.
scheduler.load(["/test/calendar"],“json”);
that works
scheduler.load(["/test/calendar","/test/calendar_new"],“json”);
Console: /test/calendar,/test/calendar_new : 404 not found
not works
- when calling the calendar (Minical) in the lightbox the dates are displayed. The days are highlighted in color. Can I deactivate this? Only the calendar should be displayed without marking.
THANK YOU
Ciao Thomas