The command call back referenced in this article is not working for us or or Mac/iPad clients. It works fine on the PC in Safari and other browsers. How do we fix it on the Mac/iPad?
http://doc.daypilot.org/month/commandcallback/
Adding the following config part under <system.web> element will solve the problem.
<browserCaps> <filter> <case match="AppleWebKit/600"> EcmaScriptVersion=1.5 supportsCallback=true </case> </filter> </browserCaps>