davepar / gcalendarsync

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

Whole Day Events #59

Closed themacmarketer closed 3 years ago

themacmarketer commented 4 years ago

Hello,

Would it be possible for this script to handle whole day events, even when the start and end dates are entered?

Currently, it seems to create whole day events only when the end date is blank.

I'd like it to create only whole day events, even when an end date is input.

Any advice on how to modify the code would be much appreciated.

Thanks, Ivan

davepar commented 4 years ago

I'm working on a complete rewrite of the script right now. I changed the logic to allow multi-day, all-day events. In other words, you'll be able to specify a start and end date for all day events. I'll hopefully have it published in the next week or two.

davepar commented 3 years ago

This is fixed now.