├── Add-Alias ├── README.md └── addAlias.gs ├── Aggregate-Extract-Sheet ├── Aggregate.gs ├── Extract.gs └── README.md ├── Attendance-or-MilkCounts ├── README.md └── code.gs ├── Delta-OU ├── Delta OU.gs ├── README.md ├── gui.gs └── index.html ├── ES-Student-Update ├── README.md └── UpdateStudents.gs ├── Groups-and-Group-Members ├── Clear Descriptions.gs ├── Groups and Members.gs ├── README.md └── Remove Empty Contact Groups.gs ├── HashSpreadsheet ├── README.md └── hash.gs ├── List-Students-and-Other-Goodies ├── README.md ├── listAllUsers.gs └── listInactiveStudents.gs ├── OU-2-Group ├── OUs2Group.gs └── README.md ├── README.md ├── RandomPassword-for-Substitute-Teacher-Accounts ├── Change Password.gs └── README.md ├── Remove-Aliases ├── README.md └── Remove Aliases.gs ├── Remove-sites ├── README.md ├── RemoveUser.gs └── SuspendedUsers.gs ├── State-Abbreviation-converter └── find-and-replace.gs ├── Suspend-OU ├── README.md └── Suspend OU.gs ├── Sync-OU-to-Group ├── GetNewUsers.gs ├── ImportGroups.gs ├── ImportUsers.gs ├── README.md └── SyncGroup.gs └── Zebra ├── Build-A-Box.gs ├── README.md ├── Triggers.gs ├── importFromGoogle.gs ├── redCard.gs ├── scope.gs └── updateForm.gs /Add-Alias/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Add-Alias/README.md -------------------------------------------------------------------------------- /Add-Alias/addAlias.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Add-Alias/addAlias.gs -------------------------------------------------------------------------------- /Aggregate-Extract-Sheet/Aggregate.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Aggregate-Extract-Sheet/Aggregate.gs -------------------------------------------------------------------------------- /Aggregate-Extract-Sheet/Extract.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Aggregate-Extract-Sheet/Extract.gs -------------------------------------------------------------------------------- /Aggregate-Extract-Sheet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Aggregate-Extract-Sheet/README.md -------------------------------------------------------------------------------- /Attendance-or-MilkCounts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Attendance-or-MilkCounts/README.md -------------------------------------------------------------------------------- /Attendance-or-MilkCounts/code.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Attendance-or-MilkCounts/code.gs -------------------------------------------------------------------------------- /Delta-OU/Delta OU.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Delta-OU/Delta OU.gs -------------------------------------------------------------------------------- /Delta-OU/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Delta-OU/README.md -------------------------------------------------------------------------------- /Delta-OU/gui.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Delta-OU/gui.gs -------------------------------------------------------------------------------- /Delta-OU/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Delta-OU/index.html -------------------------------------------------------------------------------- /ES-Student-Update/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/ES-Student-Update/README.md -------------------------------------------------------------------------------- /ES-Student-Update/UpdateStudents.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/ES-Student-Update/UpdateStudents.gs -------------------------------------------------------------------------------- /Groups-and-Group-Members/Clear Descriptions.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Groups-and-Group-Members/Clear Descriptions.gs -------------------------------------------------------------------------------- /Groups-and-Group-Members/Groups and Members.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Groups-and-Group-Members/Groups and Members.gs -------------------------------------------------------------------------------- /Groups-and-Group-Members/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Groups-and-Group-Members/README.md -------------------------------------------------------------------------------- /Groups-and-Group-Members/Remove Empty Contact Groups.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Groups-and-Group-Members/Remove Empty Contact Groups.gs -------------------------------------------------------------------------------- /HashSpreadsheet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/HashSpreadsheet/README.md -------------------------------------------------------------------------------- /HashSpreadsheet/hash.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/HashSpreadsheet/hash.gs -------------------------------------------------------------------------------- /List-Students-and-Other-Goodies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/List-Students-and-Other-Goodies/README.md -------------------------------------------------------------------------------- /List-Students-and-Other-Goodies/listAllUsers.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/List-Students-and-Other-Goodies/listAllUsers.gs -------------------------------------------------------------------------------- /List-Students-and-Other-Goodies/listInactiveStudents.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/List-Students-and-Other-Goodies/listInactiveStudents.gs -------------------------------------------------------------------------------- /OU-2-Group/OUs2Group.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/OU-2-Group/OUs2Group.gs -------------------------------------------------------------------------------- /OU-2-Group/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/OU-2-Group/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/README.md -------------------------------------------------------------------------------- /RandomPassword-for-Substitute-Teacher-Accounts/Change Password.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/RandomPassword-for-Substitute-Teacher-Accounts/Change Password.gs -------------------------------------------------------------------------------- /RandomPassword-for-Substitute-Teacher-Accounts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/RandomPassword-for-Substitute-Teacher-Accounts/README.md -------------------------------------------------------------------------------- /Remove-Aliases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Remove-Aliases/README.md -------------------------------------------------------------------------------- /Remove-Aliases/Remove Aliases.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Remove-Aliases/Remove Aliases.gs -------------------------------------------------------------------------------- /Remove-sites/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Remove-sites/README.md -------------------------------------------------------------------------------- /Remove-sites/RemoveUser.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Remove-sites/RemoveUser.gs -------------------------------------------------------------------------------- /Remove-sites/SuspendedUsers.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Remove-sites/SuspendedUsers.gs -------------------------------------------------------------------------------- /State-Abbreviation-converter/find-and-replace.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/State-Abbreviation-converter/find-and-replace.gs -------------------------------------------------------------------------------- /Suspend-OU/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Suspend-OU/README.md -------------------------------------------------------------------------------- /Suspend-OU/Suspend OU.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Suspend-OU/Suspend OU.gs -------------------------------------------------------------------------------- /Sync-OU-to-Group/GetNewUsers.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Sync-OU-to-Group/GetNewUsers.gs -------------------------------------------------------------------------------- /Sync-OU-to-Group/ImportGroups.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Sync-OU-to-Group/ImportGroups.gs -------------------------------------------------------------------------------- /Sync-OU-to-Group/ImportUsers.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Sync-OU-to-Group/ImportUsers.gs -------------------------------------------------------------------------------- /Sync-OU-to-Group/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Sync-OU-to-Group/README.md -------------------------------------------------------------------------------- /Sync-OU-to-Group/SyncGroup.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Sync-OU-to-Group/SyncGroup.gs -------------------------------------------------------------------------------- /Zebra/Build-A-Box.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Zebra/Build-A-Box.gs -------------------------------------------------------------------------------- /Zebra/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Zebra/README.md -------------------------------------------------------------------------------- /Zebra/Triggers.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Zebra/Triggers.gs -------------------------------------------------------------------------------- /Zebra/importFromGoogle.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Zebra/importFromGoogle.gs -------------------------------------------------------------------------------- /Zebra/redCard.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Zebra/redCard.gs -------------------------------------------------------------------------------- /Zebra/scope.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Zebra/scope.gs -------------------------------------------------------------------------------- /Zebra/updateForm.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephengale801/random-GAS-scripts/HEAD/Zebra/updateForm.gs --------------------------------------------------------------------------------