School teacher using my personal Google account to create forms and publish calendars to my class web site.
Trying to make it fast and easy as possible for kids (with no access to Google Apps) to schedule make up tests using this form.
A quick and dirty victory would be to have their form submission added to my calendar as an all-day event with the details in the description field. I could then review and edit the event to the specific time requested (I have only certain time options offered on the form as a drop-down selection item.)
A beautiful and elegant solution would be to have the script write the event on the day and time indicated on the drop-down, but I think that would require sorcery....
The form writes its responses to the spreadsheet fine and email notification works too, but can't get the calendar event creation to happen.
Will keep trying to find/learn the necessary code but would greatly appreciate a kick in the right direction.
Cheers,
Here is a "sorcery gift" since you're a teacher (so am I) and not a programmer (neither am I) that hopefully does exactly what you need.
EDIT : I added the submission date/time in description
You will have to set up a trigger (on form submit) to trigger that function when a form is submitted.
IMPORTANT NOTE : don't try this code from the script editor without sending a form, it won't work !!! (e will be undefined, obviously)