apps-script-samples icon indicating copy to clipboard operation
apps-script-samples copied to clipboard

vacation calendar throws error Cannot find a group named: [email protected] (line 39, file "Code")Dismiss

Open pleabargain opened this issue 6 years ago • 0 comments

Expected Behavior

The members of the team@ group email get a shared calendar Sample URL:

Description: Here are the vars after sec cleansing var TEAM_CALENDAR_ID = '[email protected]'; // Set the email address of the Google Group that contains everyone in the team. // Ensure the group has less than 500 members to avoid timeouts. var GROUP_EMAIL = '[email protected]';

Actual Behavior

Throws error team@xyz does not get a shared calendar

Steps to Reproduce the Problem

1.enter TEAM_CALENDAR_ID shared calndar ID 1.enter GROUP_EMAIL group email 1.run set up function Click the Select function dropdown and select setup. Click the Run button (►). I did this When prompted, click the Review permissions button. I did this Select your G Suite account from the list. I did this Click the Allow button. I got this: Cannot find a group named: [email protected] (line 39, file "Code")Dismiss

pleabargain avatar Nov 16 '19 11:11 pleabargain