davepar / gcalendarsync

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

Change default Start Time? #18

Closed jingyang81 closed 7 years ago

jingyang81 commented 7 years ago

Hi Dave, excellent script, it's very useful. I'm using it to block my Airbnb calendar. However, if I put start date (for example January 1st) the Date/time format make it January 1, 12am. Can I modify the script to make it always start at 2pm?

davepar commented 7 years ago

I think this is a limitation of calendar. It assumes an all day event starts at midnight. I think you'd have to specify the start date with a time, like Jan 1, 2pm.