Skip to content

Commit aca3b75

Browse files
authored
sunpy calendar (#266)
1 parent b812639 commit aca3b75

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 $(CALENDAR_DIR)/poliastro.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 $(CALENDAR_DIR)/sunpy.ics
2424

2525

2626
TEAMS_DIR = static/teams

calendars/sunpy.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: SunPy Community Calendar
2+
events:
3+
- summary: Weekly SunPy Community Call
4+
description: |
5+
The weekly call for the SunPy community.
6+
Agenda: https://sunpy.org/community_meeting_agenda
7+
begin: 2022-07-20 16:00:00 +00:00
8+
end: 2022-07-20 17:00:00 +00:00
9+
url: https://sunpy.org/jitsi
10+
repeat:
11+
interval:
12+
days: 7
13+
until: 2025-01-01 00:00:00 +00:00

0 commit comments

Comments
 (0)