Hi. It is possible to do an autorefresh of the calendarevents automatically every X seconds?
I've createdthe followingjavascript, but when I'm using the application in VS Debug mode, it raises an error very frequently in an script line:var $G=eval("("+$G+")") It seems that I'm missing something
Oooops...I've just seen the AutoRefresh properties... sorry
Comment posted by jjsabe 15 years ago.
But the issue continues. I open the page, wait, and after one or two correct refreshes, it begins to fail at the same script code
var $G=eval("("+$G+")")
any idea?
Answer posted by Dan Letecky 15 years ago.
This sounds strange. I'm not able to reproduce this issue with neither IE or FF.
This code is used to transform the response (which is a JSON string) to an object. You might be able to see the problem if you check the response with Firefox + Firebug.
Anyway, if you have a sample code that reproduces the issue it would help a lot (please send it to support@daypilot.org then).
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.