How do I get the start date/time of the event that is clicked in the JavaScript handler? I can use e.Start in the codebehind when using a postback, but when I try in the JavaScript is it is undefined...
try e.start(e)
In JavaScript "e" holds a DayPilot.Event object. See also other methods:
http://api.daypilot.org/daypilot-event-methods/