// This script MUST remain dynamic since the included data is modified with a URL parameter request.element.isStatic = 0; // Set the Event Details Calendar View Render Handler Name request.ptCalendar.view = "EventDetails"; // Get the Display view Render Handler Path Structure rhFilePathData = application.ptCalendar.viewRHfilePaths; // Get the Event Details Display View Render Handler Path rhCalendarViewFilePath = ""; if ( StructKeyExists(rhFilePathData,request.ptCalendar.view) ) rhCalendarViewFilePath = rhFilePathData[request.ptCalendar.view];
The event details view could not be found!