gcalendarsync icon indicating copy to clipboard operation
gcalendarsync copied to clipboard

Invalid argument: date_time

Open thomasnadler opened this issue 5 years ago • 1 comments

Hi!

If line 13 says "var endDate = new Date(2020, 3, 3); // Default to Jan 1, 2500", the script works. If I change the entry to "var endDate = new Date(2020, 3, 4); // Default to Jan 1, 2500" I get the error message from the screenshot.

The start date doesn't matter.

Screenshot 2019-12-17 at 12 03 10

thomasnadler avatar Dec 17 '19 11:12 thomasnadler

I'm not sure what would cause that to happen. I just tried executing the second one in a javascript window, and it worked fine.

davepar avatar Feb 14 '20 01:02 davepar