How to Edit the Oracle Patch Calendar
I updated the Portal code that displays the Oracle Patching Calendar. Instead of a hardcoded JSON string in the HTML that kind of hard to edit, the Calendar now pull from a separate JSON file of events.
To add clones, just edit the OracleEvents.json and copy/paste an old event, edit the dates and description to add a new JSON fragment at the top with the clone information.
\\portal2012.fs.dew.twu\wwwroot\OracleEvents.json (Data File)
\\portal2012.fs.dew.twu\wwwroot\Oracle_2026_Schedule.html (Calendar Display)