ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
This file is OBSOLETE: Check out the add on instead: https://workspace.google.com/marketplace/app/tournament_extensions/684126244332



2
This is a spreadsheet with a script that helps create tournaments (see #gid=620221961 for an example - feel free to delete the Options and Tournament sheets)
3
4
To run the script, you'll need to give the App Script permissions(*):
1. Wait until "Extension" -> "Tournament Extensions" menu appears. Then click "Create default options". Allow permissions when prompted. If it doesn't appear after a few seconds, reload the page and wait a few more seconds. If it still doesn't appear, try (2).
2. If the menu does not appear, go to "Extensions" -> "App Scripts". The menu should appear, so go back to (1). If it doesn't, click "Run", and allow permissions when prompted. You might need to reload the page and the new menu will be added.
3. If the script just fails due to permissions, and you're not prompted at all to allow access to the script, you can create a new spreadsheet (sheets.new) and copy the script - see (2) on how to view it. Then reload the page and start again from (1).

Afterwards, use "Create default options" and follow the "Instructions / How to use" it generates.

(*) The script needs permissions as it changes the Google Spreadsheet you're working on (the script is contained to this spreadsheet/document only, but it creates new sheets).
5
6
See also the script's privacy policy.
7
8
Why should you trust me?
1. I am a "verified developer" (by Google).
2. The script has access only to the Spreadsheet it runs on.
3. You can report the app on myaccount or "report abuse" on my homepage [on the bottom left there should be an (i) button] if you believe the script did something unexpected.
4. You can look at the script yourself (or ask a software developer you know) to make sure it doesn't do anything malicious.
9
10
See demos:
* Add-on demo
* Long demo (first version)
* Shorter demo (first version)
* Deadline demo
11
12
See my homepage: https://sites.google.com/view/youreye-communityprojects/home
13
14
15
Latest:
16
Version 7 on Feb 13, 10:20 PM
17
AKfycbz4uTGZFHATi6SgRlMekSl2_VCuImLLq-DtADmpQKAEZsbnpCdHICGdJS5nFF8trLLfyQ
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100