davepar / gcalendarsync

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

All day event always false? #10

Closed ProverbialPaul closed 7 years ago

ProverbialPaul commented 7 years ago

Hi

Is there anyway to make it so the script always assumes the events are not all day events? i.e. All day events are always false.

So I don't have to have a dedicated column for it in my spreadsheet?

Thank you

davepar commented 7 years ago

Good idea. Just updated the script. Now if the end time is blank, the logic assumes it's an all day event.