shared calendars and dynamical loading

Hi,



this code works fine:



//load two data feeds

scheduler.load(“events_shared.php?user=1”);

scheduler.load(“events_shared.php?user=2”);

scheduler.config.readonly = true;



but, when I add this line:



scheduler.setLoadMode(“month”);



then only the first request (user=1) is sent to the server.

I understand that there is a bug here.



Another minor issue:

in locale_es, date:day_full says “mi�rcores” and it must say “mi�rcoles” (not very important, indeed).



Thanks

Please check
dhtmlx.com/docs/products/kb/inde … 0scheduler

in locale_es, date:day_full says “mi�rcores” and it must say “mi�rcoles” (not very important, indeed).
Thanks for remark we will update it