Skip to content

Commit 445e9bd

Browse files
author
Alexandre de Siqueira
authored
Adding scikit-image community calendar (#236)
* Adding scikit-image community calendar * Adding skimage.ics to Makefile
1 parent 313e222 commit 445e9bd

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Makefile

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

23-
calendars: $(CALENDAR_DIR)/numpy.ics $(CALENDAR_DIR)/scipy.ics $(CALENDAR_DIR)/matplotlib.ics
23+
calendars: $(CALENDAR_DIR)/numpy.ics $(CALENDAR_DIR)/scipy.ics $(CALENDAR_DIR)/matplotlib.ics $(CALENDAR_DIR)/skimage.ics
2424

2525

2626
TEAMS_DIR = static/teams

calendars/skimage.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: scikit-image Community Calendar
2+
timezone: America/Los_Angeles
3+
events:
4+
- summary: scikit-image Community Call (Americas/Oceania)
5+
description: |
6+
The scikit-image Community Call. Friendly for Americas/Oceania.
7+
8+
Meeting notes: https://hackmd.io/@alexdesiqueira/HyyHcIjQ9
9+
begin: 2022-04-13 14:00:00 +00:00
10+
end: 2022-04-13 15:00:00 +00:00
11+
url: https://monash.zoom.us/j/86773951773?pwd=Njc4eThpckxvU2dFWW9VZ2NTRDFmdz09
12+
repeat:
13+
interval:
14+
# seconds, minutes, hours, days, weeks, months, years
15+
days: 14
16+
until: 2025-01-01 00:00:00 +00:00

0 commit comments

Comments
 (0)