Dave Parsons

Results 48 comments of Dave Parsons

If I had to guess, maybe the script is running too long and getting stopped? Do you see any messages in the log (View -> Logs in script editor). Or...

Sounds useful. I can take a look at this, but not sure I'll get to it right away.

The problem is that the getGuestList function returns an array of EventGuest. You need to call getEmail on each one of those to get the email addresses. https://developers.google.com/apps-script/reference/calendar/event-guest I just...

I haven't seen anything about auto confirming attendance, but maybe it exists. The Google Drive integration sounds complicated. An easier approach might be to just put a link to the...

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.

I'm not sure why that would happen. When you add events to the calendar directly with non-Gmail addresses, does it work then? On Mon, Nov 2, 2020 at 7:41 PM...

I'm not certain what is causing that error. Did you set the format for the start and end time columns to "Date time"?

This script will ignore any column that it doesn't recognize, and "timestamp" falls into that unrecognized group. It might be that the "undefined" is caused by a different issue. Did...

Sorry for the delay. I was vacationing last week. Are you sure the formatting for those cells, is correct? In other words, the format is set to show date/time and...

Sorry for these issues. It was partly caused by Google always assuming US/Pacific time zone. This should be fixed now. Re-open the issue if it isn't.