Skip to content

Instantly share code, notes, and snippets.

View FearTheWild's full-sized avatar

Art Williams FearTheWild

View GitHub Profile
<?php
/**
* Block Name: Track Record
*
*/
?>
<div id="trackrecord" class="trackrecord" data-scroll>
var sheetName = 'Sheet1'
var scriptProp = PropertiesService.getScriptProperties()
function intialSetup () {
var activeSpreadsheet = SpreadsheetApp.getActiveSpreadsheet()
scriptProp.setProperty('key', activeSpreadsheet.getId())
}
function doPost (e) {
var lock = LockService.getScriptLock()