8
0
Fork
You've already forked calendar
0
No description
Max Harmathy 777555f412
Cancel further meetings
Until a new time slot has been found we cancel the meeting.
2024年02月09日 14:07:22 +01:00
.gitignore Initial commit of a simple calendar 2022年11月04日 20:38:53 +01:00
main.yml Initial commit of a simple calendar 2022年11月04日 20:38:53 +01:00
meetings.yml Cancel further meetings 2024年02月09日 14:07:22 +01:00
README.md Reformat README 2024年01月11日 18:10:54 +01:00

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