// Do Not Cache this RH
request.element.isStatic = 0;
actionApp = application.ptCalendar.getAppBeanName();
actionBean = "calEventsiCalService";
actionMethod = "iCalProxy";
actionURL = "#application.ADF.ajaxProxy#?app=#actionApp#&bean=#actionBean#&method=#actionMethod#";
showElementData = false;
/******************************/
// DEV TEST EVENT DATA
testData = StructNew();
testData.organizerName="Services";
testData.organizerEmail="services@paperthin.com";
testData.eventDate="2011-09-06 00:00:00";
testData.startTime="1900-01-01 11:30:00";
testData.endTime="1900-01-01 13:30:00";
testData.Title="Lunch with Greg";
testData.location="LoneStar Steakhouse";
testData.description=testData.Title;
startDateTime = application.ptCalendar.date.formatDateTimeISO8601(
date=testData.eventDate
,time=testData.startTime
);
//,hourOffset=-4
endDateTime = application.ptCalendar.date.formatDateTimeISO8601(
date=testData.eventDate
,time=testData.endTime
);
//,hourOffset=-4
// load jQuery headers
application.ptDateTime.scripts.loadJQuery();
// Load the DateJS Plugin Headers
application.ptCalendar.scripts.loadDateJS();
// load header for jQuery iCalendar
application.ptCalendar.scripts.loadJQueryiCalendar();
Event Title: #testData.Title#
View Global Custom Element Data Dump
View RSS Data Dump
--->
--->
#application.ptCalendar.utils.doDump(testData,"testData",1)#