Skip to content

Commit 27c1b76

Browse files
authored
Create poliastro.yaml (#263)
* Create poliastro.yaml * Update Makefile
1 parent feff06b commit 27c1b76

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-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 $(CALENDAR_DIR)/skimage.ics $(CALENDAR_DIR)/networkx.ics
23+
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
2424

2525

2626
TEAMS_DIR = static/teams

calendars/poliastro.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: poliastro Community Calendar
2+
events:
3+
- summary: Weekly poliastro community call
4+
description: |
5+
The weekly call for the poliastro community.
6+
Meeting notes: https://hackmd.io/@juanlu/r1WFmgXSu/edit
7+
begin: 2022-07-20 11:00:00 +00:00
8+
end: 2022-07-20 12:00:00 +00:00
9+
url: https://meet.jit.si/poliastro
10+
repeat:
11+
interval:
12+
days: 7
13+
until: 2025-01-01 00:00:00 +00:00

0 commit comments

Comments
 (0)