「Missing ; before statement. (line 2, file "Code")」というエラーが表示されます。私はプログラマーではありませんが、G Form に G Cal を埋め込むことができるコードを見つけました。だから、優しくしてください:)
ありがとう!
//this is the ID of the calendar to add the event to, this is found on the calendar settings page of the calendar in question
02 var calendarId = XXXXXXXXXXXX@group.calendar.google.com;
03
04 //below are the column ids of that represents the values used in the spreadsheet (these are non zero indexed)
05 var startDtId = 4;
06 var endDtId = 5;
07 var titleId = 3;
08 var descId = 2;
09 var formTimeStampId = 1;