Hello,
I got a webmonthview with 2 appointments, with 1 that is recurrent. When I click on the recurrent appointment, I got a javascript error:
Microsoft JScript runtime error: 'getActivities().getItemFromKey(...)' is null or not an object
Double clicking on a recurring appointment shown in a WebMonthView a javascript error is thrown at the following line:
ig_WebScheduleInfo.prototype._showAppointmentDialog = function (dataKey, id, occur, prevOccur, nextOccur) {if(prevOccur != null…
ig_WebScheduleInfo.prototype._showAppointmentDialog =
function (dataKey, id, occur, prevOccur, nextOccur) {if(prevOccur != null…