Skip to content

Instantly share code, notes, and snippets.

@jondoig
jondoig / 70e04a67f1f5fd96a708.md
Last active January 1, 2019 20:24 — forked from oshliaer/70e04a67f1f5fd96a708.md
Extract Gmail content and selected headers to a spreadsheet #gas #gmail #sheet
@swh
swh / sync.js
Last active July 1, 2020 11:28
Spreadsheet / Calendar syncing in Google Apps
/* Gobal settings */
var calId = "YOUR_CALENDAR_ID";
var alertEmail = 'YOUR_EMAIL_ADDRESS';
var sheetName = 'Holiday';
/*
* FIXME: handle rows being deleted from the spreadsheet - right now they will
* stay in the calendar if that happens
*/