Skip to content

Commit f6755d0

Browse files
Calendar template (#4929)
* Added calendar template to calendar guidelines file * Apply suggestions from code review Co-authored-by: Matt Broberg <[email protected]> * Masked zoom URLs * Update communication/calendar-guidelines.md Co-authored-by: Matt Broberg <[email protected]> * Added dial-in numbers info Co-authored-by: Matt Broberg <[email protected]>
1 parent 178e53e commit f6755d0

File tree

2 files changed

+67
-10
lines changed

2 files changed

+67
-10
lines changed

communication/calendar-guidelines.md

Lines changed: 64 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,19 @@ practices.
88

99
Please feel free to PR in your favorite tips and tricks that may help others.
1010

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)
1924

2025

2126
## Establishing a New Meeting
@@ -93,6 +98,56 @@ will prevent you from getting updates like a canceled meeting. Join the main
9398

9499
Accept the invite from the sender and you'll have the updates.
95100

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+
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; App: https://zoom.us/j/XXXXXXXXX
147+
>
148+
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Web Client: https://zoom.us/wc/join/XXXXXXXXX
149+
>
150+
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dial in numbers: https://zoom.us/u/bacaZSMhA
96151
97152
## Troubleshooting
98153

@@ -121,4 +176,4 @@ to refresh invites sent to the group.
121176
[configure access permissions and sharing:]: https://support.google.com/calendar/answer/37082?hl=en
122177
[SIG/WG list]: /sig-list.md
123178
[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

contributors/chairs-and-techleads/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ in documentation here in the form of canonical links.
55

66
## Resources for community group leads:
77

8-
operations
8+
### Operations
9+
- In case you are not sure what to include in a meeting invite, here is a [Calendar template](https://github.com/kubernetes/community/blob/master/communication/calendar-guidelines.md#calendar-event-template).
10+
911
TODO
1012
//add meeting agenda templates
1113

0 commit comments

Comments
 (0)