Answer the question
In order to leave comments, you need to log in
How to do cal.createAllDayEvent(): in Google Spreadsheets?
How to do cal.createAllDayEvent(): in Google Spreadsheets?
The data is in cells B2, B3, B6
It seems that I pulled them up correctly, now the actual output to the calendar needs to be done
function calendarSidevich() {
var cal = CalendarApp.getCalendarById("[email protected]");
var table = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();
var title = MySpreadSheet.getRange('B6').getValue();
var date = MySpreadSheet.getRange('B2').getValue();
var lacation = MySpreadSheet.getRange('B3').getValue();
cal.createAllDayEvent():
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question