The 'e' variable was introduced in DayPilot Pro 3.6 In previous versions only 'id' and 'tag' variables are available and you should use:
EventClickJavaScript="window.open('MonthDayView.aspx?id=' + id + '&tag=' + tag);"
Answer posted by Dan Letecky 4 years ago.