Skip to content

Commit 8d540c6

Browse files
authored
Add xarray community dev meetings to calendar (#294)
* meeting time * updated makefile
1 parent f68aff0 commit 8d540c6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Makefile

+1-1
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 $(CALENDAR_DIR)/scipy.ics $(CALENDAR_DIR)/matplotlib.ics $(CALENDAR_DIR)/skimage.ics $(CALENDAR_DIR)/networkx.ics $(CALENDAR_DIR)/poliastro.ics $(CALENDAR_DIR)/sunpy.ics
24+
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
2525

2626

2727
TEAMS_DIR = static/teams

calendars/xarray.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Xarray Community Calendar
2+
events:
3+
- summary: Bi-Weekly Xarray Community Developers Meeting
4+
description: |
5+
The bi-weekly call for the xarray community.
6+
Agenda: https://hackmd.io/Vv6g2ABzTPKbe2MWBQqS1w
7+
begin: 2022-08-17 11:30:00 +04:00
8+
end: 2022-08-17 12:00:00 +04:00
9+
url: https://github.com/pydata/xarray/issues/4001
10+
repeat:
11+
interval:
12+
days: 14
13+
until: 2025-01-01 00:00:00 +00:00

0 commit comments

Comments
 (0)