You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into one issue on line 132 when I uncomment the line: // today.setDate(today.getDate() + 1)
line 132: var body = event_title + "\n\nStart time was updated from:\n\n" + spreadsheet_gsuite_event_start + x + "\n\nto:\n\n" + event_start + "\n-\n" + event_end
The error being x is not defined.
Looks like it's there to handle when the time needs to be updated.
I deleted the "x +" and it's fixed the error but I'm not sure what the x was meant to be.
The text was updated successfully, but these errors were encountered:
Thanks for the great script!
I'm running into one issue on line 132 when I uncomment the line: // today.setDate(today.getDate() + 1)
line 132: var body = event_title + "\n\nStart time was updated from:\n\n" + spreadsheet_gsuite_event_start + x + "\n\nto:\n\n" + event_start + "\n-\n" + event_end
The error being x is not defined.
Looks like it's there to handle when the time needs to be updated.
I deleted the "x +" and it's fixed the error but I'm not sure what the x was meant to be.
The text was updated successfully, but these errors were encountered: