Skip to content

Commit cde76d6

Browse files
authored
Added SciPy community calendar (#194)
* Added SciPy community calendar * Fix Makefile
1 parent b66f867 commit cde76d6

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

Makefile

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

24-
calendars: $(CALENDAR_DIR)/numpy.ics
24+
calendars: $(CALENDAR_DIR)/numpy.ics $(CALENDAR_DIR)/scipy.ics
2525

2626

2727
TEAMS_DIR = static/teams

calendars/scipy.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: SciPy Community Calendar
2+
events:
3+
- summary: SciPy Community Call (Europe/Asia)
4+
description: |
5+
This is the Europe/Asia-friendly meeting.
6+
7+
Meeting notes: https://hackmd.io/pyhudrC5TgSwdJtpPldHgQ
8+
begin: 2022-02-02 12:00:00 +00:00
9+
end: 2022-02-02 13:00:00 +00:00
10+
url: https://us06web.zoom.us/j/6345425936
11+
repeat:
12+
interval:
13+
# seconds, minutes, hours, days, weeks, months, years
14+
days: 28
15+
until: 2025-01-01 00:00:00 +00:00
16+
17+
- summary: SciPy Community Call (Americas)
18+
description: |
19+
This is the Americas-friendly meeting.
20+
21+
Meeting notes: https://hackmd.io/pyhudrC5TgSwdJtpPldHgQ
22+
begin: 2022-02-16 20:00:00 +00:00
23+
end: 2022-02-16 21:00:00 +00:00
24+
url: https://us06web.zoom.us/j/6345425936
25+
repeat:
26+
interval:
27+
# seconds, minutes, hours, days, weeks, months, years
28+
days: 28
29+
until: 2025-01-01 00:00:00 +00:00

0 commit comments

Comments
 (0)