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
Copy file name to clipboardexpand all lines: README.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -45,12 +45,13 @@ Just invite the new `out@<yourdomain.com>` user to your vacation/offsite/sick da
45
45
46
46
### As the new `out@` user
47
47
- Copy [this Sheet](https://docs.google.com/spreadsheets/d/17jFYPIpLOCNBJOKdDi1ej9i7ZkUhdYcvEq_eBqFZ6NU/edit?usp=sharing) and save to `My Drive`
48
-
- Share it with yourself (your real email address) with full write access so you can access it easily in the future. (Note: if you edit the sheet at your personal account, be careful not to edit or run the *scripts* unless you're using the special out@ user.)
48
+
- Share it with yourself (your real email address) with full write access so you can access it easily in the future.
49
+
- Note: if you edit the sheet at your personal account, be careful not to edit or run the *scripts* unless you're using the special out@ user.
49
50
- Recommended: Protect the `Instructions`, `Setup`, and `Flattened Groups` tabs so others don't mistakenly overwrite them
50
-
- Add your email address to `A1` in the `Setup` tab
51
+
- Add your own real email address to `A2` in the `Setup` tab -- this will list you as the maintainer
51
52
- For each group that wants to use this, fill out the rows in the `Groups` tab. You can do it yourself or share with others.
52
-
- Recommended: For testing purposes, set the `Email Recipients` and `Share Calendar With` values in the `Groups` tab (columns D and E) to your own email address until you are ready to set it loose.
53
-
- Note: the group membership must be visible to the `out@<yourdomain>` user.
53
+
- Recommended: For testing purposes, set the `Email Recipients` and `Share Calendar With` values in the `Groups` tab (columns D and E) to your own email address until you are ready to set it loose and change to the real values.
54
+
- Note: the group membership must be visible to the `out@<yourdomain>` user. If you run into a situation where the group restricts membership visibility, you'll need to contact an admin of that group and ask them to change it.
54
55
55
56
- Open Tools -> Script editor...
56
57
- In your script project, open Resources -> Cloud Platform Project...
@@ -63,7 +64,7 @@ Close out of this to return to your script project.
63
64
- Enable `Admin Directory API` and `Calendar API`
64
65
- Click OK
65
66
66
-
*Now we can create the script.*
67
+
*Now we can create the scripts.*
67
68
68
69
- Create this empty script (File -> New -> Script file): `trigger.gs`. Copy/paste the contents from that file in this repo to your new script, completely overwriting the default `myFunction` code in your new script. Repeat this for the rest of the `.gs` script files.
0 commit comments