davepar / gcalendarsync

Apps Script for syncing a Google Spreadsheet with Google Calendar
MIT License
161 stars 46 forks source link

Custom DataSet #54

Open mithundsouza opened 5 years ago

mithundsouza commented 5 years ago

Hi Dave Full disclaimer, I am a full newbie and no programmer. However, looking at your code and the dataset in the spreadsheet, I tried my best to understand how to use a custom dataset from one of my sheets to plot out dates onto my calendar.

My dataset has the dates listed out in one single row - Row 3 with the dates starting from column F all the way down to UL. The Rows are then divided by Tasks which I then plot out unique milestones in each Row/Column combo for the specific task in the project that I am tracking.

I'd like to use the script and customise it for this purpose. Can you please help guide me in the right direction on how to do so with the custom dataset or how to map it correctly? Thanks