davepar / gcalendarsync

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

Support flexible column names #14

Closed C0kkie closed 7 years ago

C0kkie commented 7 years ago

I get this error, my sheet looks like:

c0kkie_21-12-2016_19-51-39

and my edited script:

c0kkie_21-12-2016_19-52-10

davepar commented 7 years ago

Guten Tag

I can only speak a little Deutsch, so I'll switch to English. When I wrote this script, I didn't think about supporting other languages. The logic of the script depends on the fields being called "Title", "Description", etc. I'll think about how I can modify it to be more flexible.

C0kkie commented 7 years ago

Okay would be nice

davepar commented 7 years ago

I made some changes to the script, which should allow you to set the column names to whatever you like. Please try it out and let me know if you run into any problems.