several updates to functionality

This commit is contained in:
2026-02-02 13:16:18 +01:00
parent 1f3ba037d6
commit 3ac987ac34
19 changed files with 1808 additions and 135 deletions

9
config.toml Normal file
View File

@@ -0,0 +1,9 @@
# Schedule config for fredagsbar generator.
# Dates use YYYY-MM-DD. blocked_dates also supports MM-DD for yearly repeats.
start_date = "2026-02-04"
start_time = "15:00"
repo_url = "https://gitea.weircon.dk/agw/fredagsbar-meeting-generator"
organizer_email = "social-club@cgi.com"
blocked_weeks = [8, 28, 29, 30, 31, 42, 52, 53]
blocked_dates = ["05-01"]
skip_day_after_ascension = true