10 lines
386 B
TOML
10 lines
386 B
TOML
# 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
|