Skip to content

Commit 1e55da3

Browse files
authored
add mpl calendar (#215)
* DOC: add note about requiring development version of ics There are major API changes from 0.7.0 (the version you get from pypi). * CAL: add Matplotlib
1 parent f672a89 commit 1e55da3

3 files changed

Lines changed: 22 additions & 1 deletion

File tree

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
23+
calendars: $(CALENDAR_DIR)/numpy.ics $(CALENDAR_DIR)/scipy.ics $(CALENDAR_DIR)/matplotlib.ics
2424

2525

2626
TEAMS_DIR = static/teams

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ https://github.com/gohugoio/hugo/releases
1414

1515
and place it somewhere on your path.
1616

17+
You will also require the development version of
18+
[ics](https://github.com/ics-py/ics-py).
19+
1720
## Building the website
1821

1922
For development, start the development server using

calendars/matplotlib.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Matplotlib Community Calendar
2+
events:
3+
- summary: Weekly Matplotlib Call
4+
description: |
5+
The Weekly Matplotlib call.
6+
7+
All are welcome.
8+
9+
Meeting notes: https://hackmd.io/@matplotlib
10+
11+
begin: 2022-03-10 20:00:00 +00:00
12+
end: 2022-03-10 21:00:00 +00:00
13+
url: https://zoom.us/j/384435716?pwd=WFpxVWxoYXArTDFzN1lWaHNoOE8xZz09
14+
repeat:
15+
interval:
16+
# seconds, minutes, hours, days, weeks, months, years
17+
days: 7
18+
until: 2025-01-01 00:00:00 +00:00

0 commit comments

Comments
 (0)