Google Apps Script Event Manager
问题 I'm currently trying to use Martin Hawksey's Google Apps event manager from his blog, but I am running into 2 problems. #1) The date in the conformation emails is posting the "today's" date & time instead of the event date & time (it's in his original and he never fixed it). Most are saying has to do with this section not being right: var variableData = isDate(data[normalizeHeader(templateVars[i])]); email = email.replace(templateVars[i], variableData || ""); } return email; } // Test if