This Updater script CAN NOT be run directly. Please run from the App Updater script installed at the site.
/* required variable inside the included file */
request.appupdatermenu = true;
PT Calendar App Updater
** PLEASE backup this site's content database before running this updater tool!! **
if ( NOT StructKeyExists(request.params,"action") )
request.params.action = "menu";
if ( NOT StructKeyExists(request.params,"update") )
request.params.update = "";
// required variable inside the included file
request.appupdaterscript = true;