@@ -8,14 +8,19 @@ practices.
8
8
9
9
Please feel free to PR in your favorite tips and tricks that may help others.
10
10
11
- - [ Establishing a New Meeting] ( #establishing-a-new-meeting )
12
- - [ Testing Permissions] ( #testing-permissions )
13
- - [ Transferring Ownership] ( #transferring-ownership )
14
- - [ Tips] ( #tips )
15
- - [ Viewing Kubernetes Project Calendars] ( #viewing-kubernetes-project-calendars )
16
- - [ Adding Events to Your own Calendar] ( #adding-events-to-your-own-calendar )
17
- - [ Troubleshooting] ( #troubleshooting )
18
- - [ Permissions Impacted After Changing Positions or Role] ( #permissions-impacted-after-changing-positions-or-role )
11
+ - [ Calendar Guidelines] ( #calendar-guidelines )
12
+ - [ Establishing a New Meeting] ( #establishing-a-new-meeting )
13
+ - [ Testing Permissions] ( #testing-permissions )
14
+ - [ Transferring Ownership] ( #transferring-ownership )
15
+ - [ Tips] ( #tips )
16
+ - [ Viewing Kubernetes Project Calendars] ( #viewing-kubernetes-project-calendars )
17
+ - [ Adding Events to Your own Calendar] ( #adding-events-to-your-own-calendar )
18
+ - [ Calendar Event Template] ( #calendar-event-template )
19
+ - [ Title] ( #title )
20
+ - [ Description] ( #description )
21
+ - [ Example] ( #example )
22
+ - [ Troubleshooting] ( #troubleshooting )
23
+ - [ Permissions Impacted After Changing Positions or Role] ( #permissions-impacted-after-changing-positions-or-role )
19
24
20
25
21
26
## Establishing a New Meeting
@@ -93,6 +98,56 @@ will prevent you from getting updates like a canceled meeting. Join the main
93
98
94
99
Accept the invite from the sender and you'll have the updates.
95
100
101
+ ### Calendar Event Template
102
+
103
+ In case you are creating a calendar event and wondering what to include in it, here is a recommended template.
104
+
105
+ #### Title
106
+
107
+ ```
108
+ [SIG-<name>] <meeting title>
109
+ or
110
+ [WG-<name>] <meeting title>
111
+ or
112
+ [User Group-<name>]
113
+ ```
114
+ #### Description
115
+
116
+ ```
117
+ <One line intro about the SIG/ WG. Can include github links>
118
+
119
+ Time: <Weekly/ biweekly/... or is the meeting for a fixed time and till when?>
120
+
121
+ Meeting notes & agenda: <Hyperlink to the meeting notes doc>
122
+
123
+ Zoom link: <Zoom invite link. Preferably include app client link, web client link, and dial in information page link>
124
+
125
+ Additional info: <Any extra info/ links can be provided here>
126
+
127
+ Livestream link: <optional>
128
+
129
+ YouTube playlist: <optional>
130
+
131
+ Google group: <optional>
132
+ ```
133
+
134
+ #### Example
135
+
136
+ > SIG-Contribex: Weekly Marketing Meeting
137
+ >
138
+ > https://github.com/kubernetes/community/tree/master/communication/marketing-team
139
+ >
140
+ > ** Time** : Weekly on Friday from 8-9am PT
141
+ >
142
+ > ** Meeting Notes & Agenda** : https://docs.google.com/document/d/1IlHAJ131akGhI5ffF4OoVW0PrsVY4C0BB8l-UyQaQVo/edit
143
+ >
144
+ > ** Zoom link** :
145
+ >
146
+ >   ;  ;  ;  ;  ;  ; App: https://zoom.us/j/XXXXXXXXX
147
+ >
148
+ >   ;  ;  ;  ;  ;  ; Web Client: https://zoom.us/wc/join/XXXXXXXXX
149
+ >
150
+ >   ;  ;  ;  ;  ;  ; Dial in numbers: https://zoom.us/u/bacaZSMhA
96
151
97
152
## Troubleshooting
98
153
@@ -121,4 +176,4 @@ to refresh invites sent to the group.
121
176
[ configure access permissions and sharing: ] : https://support.google.com/calendar/answer/37082?hl=en
122
177
[ SIG/WG list ] : /sig-list.md
123
178
[ Public Community Calendar ] : https://calendar.google.com/calendar/embed?src=calendar%40kubernetes.io&ctz=America%2FLos_Angeles
124
- [ contributor mailing list ] : https://groups.google.com/forum/#!forum/kubernetes-dev
179
+ [ contributor mailing list ] : https://groups.google.com/forum/#!forum/kubernetes-dev
0 commit comments