No description
|
Max Harmathy
777555f412
Until a new time slot has been found we cancel the meeting. |
||
|---|---|---|
| .gitignore | Initial commit of a simple calendar | |
| main.yml | Initial commit of a simple calendar | |
| meetings.yml | Cancel further meetings | |
| README.md | Reformat README | |
Public calendar of Community2
This repository contains various yml files to announce public meetings and other
interesting happenings of our Community2
network.
Import public Community2 calendar
The public calendar is automatically published at <...>. We recommend importing the calendar with an iCalendar client like Thunderbird.
Development
Converting to ics
We use the python script yaml2ics to convert the yml files to one single ics
file.
Testing locally
If you want to test the generation of our public calendar locally, simply install yaml2ics:
python -m pip install --upgrade pip
pip install ics==0.8.0.dev0
pip install yaml2ics==0.1
and call yaml2ics on main.yml (or any of the sub-calendars):
yaml2ics main.yml > ./calendar.ics