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...