display static page to the public user

in dhtmlxscheduler_readonly.js line no
50:D(“select”, I, J, function(K) {
51: return K.options[K.selectedIndex || 0].text });

Code in question tries to convert select boxes to static text ( which is part of readonly view )
By any chance are you using custom form_blocks in the lightbox?

Also, there were some problem in scheduler 2.1 with such functionality ( when both readonly and recurring extensions were used ) - be sure that you are using latest codebase.

Yes, it’s working fine , now i need to take the latest code and use both recurring and read only events .
Thank’s To,
Stanislav and Romeo.