Skip to content

Commit 6ede7ff

Browse files
Add the Contributor Experience Project community events calendar (#342)
* Create contributor-experience.yaml * Add the Contributor Experience Project calendar to Makefile * Fix yaml style * Specify for which region each time slot is friendlier Co-authored-by: Stefan van der Walt <stefanv@berkeley.edu>
1 parent 5fdbbb3 commit 6ede7ff

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $(CALENDAR_DIR):
2222
$(CALENDAR_DIR)/%.ics: calendars/%.yaml $(CALENDAR_DIR)
2323
yaml2ics $< > $@
2424

25-
calendars: $(CALENDAR_DIR)/numpy.ics $(CALENDAR_DIR)/scipy.ics $(CALENDAR_DIR)/matplotlib.ics $(CALENDAR_DIR)/skimage.ics $(CALENDAR_DIR)/networkx.ics $(CALENDAR_DIR)/poliastro.ics $(CALENDAR_DIR)/sunpy.ics $(CALENDAR_DIR)/xarray.ics
25+
calendars: $(CALENDAR_DIR)/numpy.ics $(CALENDAR_DIR)/scipy.ics $(CALENDAR_DIR)/matplotlib.ics $(CALENDAR_DIR)/skimage.ics $(CALENDAR_DIR)/networkx.ics $(CALENDAR_DIR)/poliastro.ics $(CALENDAR_DIR)/sunpy.ics $(CALENDAR_DIR)/xarray.ics $(CALENDAR_DIR)/contributor-experience.ics
2626

2727

2828
TEAMS_DIR = static/teams
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Contributor Experience Project Community Calendar
2+
events:
3+
- summary: Contributor Experience Project Community Call (Africa/Asia/Europe/Oceania)
4+
description: |
5+
A bi-weekly meeting to discuss everything related to contributor experience. Everyone is welcome to attend and contribute to a conversation.
6+
begin: 2022-10-31 09:00:00 +00:00
7+
end: 2022-10-31 10:00:00 +00:00
8+
url: https://us06web.zoom.us/j/88984371636?pwd=aTI1a1JZZUd6Wm93LzRrNVVjSHRhZz09
9+
repeat:
10+
interval:
11+
days: 7
12+
until: 2025-01-01 00:00:00 +00:00
13+
- summary: Contributor Experience Project Community Call (Americas)
14+
description: |
15+
A bi-weekly meeting to discuss everything related to contributor experience. Everyone is welcome to attend and contribute to a conversation.
16+
begin: 2022-11-11 15:00:00 +00:00
17+
end: 2022-11-11 16:00:00 +00:00
18+
url: https://us06web.zoom.us/j/88984371636?pwd=aTI1a1JZZUd6Wm93LzRrNVVjSHRhZz09
19+
repeat:
20+
interval:
21+
days: 7
22+
until: 2025-01-01 00:00:00 +00:00

0 commit comments

Comments
 (0)