gcalendarsync
gcalendarsync copied to clipboard
Invalid argument: date_time
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.
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.