Generate meeting calendar based on markdown files #14
Loading…
Reference in a new issue
No description provided.
Delete branch "møter"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a script to generate a calender of past and upcoming meetings in the
iCelander format, suitable for calendar applications to read and keep in
sync directly from the website.
Example of the calendar imported in Thunderbird:

The calendar data is taken from looking at files in the datakollektivet/dokumenter repository. Uses the
icslibrary from npm due to the iCalendar format being non-trivial to serialise and interoperate with.The plan is to have the formatting of the markdown ocuments in datakollektivet/dokumenter to have machine readable dates and times for meeting documents so that the script doesn't need to guess or hardcode the starting time. And also to incoroprate this script into the CI/CD flow so that the publishing of changes to dokumenter on the website is automated to much higher degree than coded here.
For now this is the bare minimun needed to make scheduled meetings show up on a calendar.
LGTM