Advanced Search
Search Results
2 total results found
Create Calendar Event on Form Submit
Google Apps Scripts
The following will create an event on the designated calendar when a user submits the form. With the spreadsheet of responses open, activate the Apps Script editor and use this: var calendarId = "CHANGE ME!!"; //this is the ID of the calendar where you want t...
Time Off Request Form Script
Google Apps Scripts
The following was used to create a simple time off request system using a Google form. A user would submit a time off request on the form, the response is recorded on a spreadsheet, the script would run and make the appropriate notifications to the brass. Bra...