Skip to content

Instantly share code, notes, and snippets.

View hakarune's full-sized avatar

Ace Elliott hakarune

View GitHub Profile
@hakarune
hakarune / gist:4985606
Last active December 13, 2015 22:38 — forked from mhawksey/gist:1643207
// EventManagerV3 glued together by mhawksey http://www.google.com/profiles/m.hawksey
// Related blog post http://mashe.hawksey.info/eventmanagerv3/
// With some code (settings, importIntoCalendar, sendEmails) from
// Romain Vialard's http://www.google.com/profiles/romain.vialard
// Manage your events: Calendar Importer and Registration Form
// https://spreadsheets.google.com/ccc?key=tCHuQkkKh_r69bQGt4yJmNQ
var ss = SpreadsheetApp.getActiveSpreadsheet();
var BOOKING_ACTION_COL = 10;