diff --git a/README.md b/README.md new file mode 100644 index 0000000..334dd26 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# calendar-tool + +Tool to manage 6-day cyclic schedules for school. +The schedule shifts every week since there are only 5 weekdays, +and it also shifts every time there is a long weekend or other break. +calendar-tool takes all these disruptions into account over the course of the year. + +Takes a YAML configuration file, and saves the calendar as ICS, to be imported in Google Calendar or other calendars that can support it.