Skip to content

Instantly share code, notes, and snippets.

@wendeehsu
Created May 29, 2021 07:57
Show Gist options
  • Save wendeehsu/4a0dbdd5776acda8bcebcf4449ac7521 to your computer and use it in GitHub Desktop.
Save wendeehsu/4a0dbdd5776acda8bcebcf4449ac7521 to your computer and use it in GitHub Desktop.
function addUser(userId) {
remindSheet.appendRow([userId]);
}
function deleteRowAt(index) {
remindSheet.deleteRow(index);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment