Skip to content
Snippets Groups Projects
Commit e9e4d31c authored by Lukas Ruge's avatar Lukas Ruge
Browse files

more stuff

parent 6867746f
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ def modify_template(_template, _start, _end):
def get_filename(_start, _name):
return _start.strftime("%Y-%m-%d") + "-" + _name + ".markdown"
return _start.strftime("%Y%m%d") + "-" + _name + ".markdown"
def create_event(_name, _date, start_hour=00, start_minute=00, end_hour=23, end_minute=59, add_days=0):
......
......@@ -4,19 +4,21 @@ import eventgenutils as utils
#################################################
# set true if you want to generate files for that event type
#################################################
OPENSPACE = False
OPENSPACE = True
# every wednesday 19:00 to 23:59:59 but not between (and including) 24.12 and 1.1
REINIGUNG = False
REINIGUNG = True
# wednesday from 09:00 to 18:00
PLENUM = False
PLENUM = True
# second thursday of the month, except in november, where it is the third
OSM = False
OSM = True
# vierter donnerstag in ungeraden monaten
SWK = False
# manchmal am 1. Donnerstag. Aber oft auch nicht.
BITSUNDBAEUME = False
# jeden zweiten Dienstag im Monat um 18:31... ich vermute mal nicht im Januar?
FFHLORGA = False
FFHLORGA = True
# jeden dritten Donnerstag im Monat 19:00 bis 22:00 Uhr
NOOK = False
NOOK = True
# zweiter freitag im November (und der darauf folgende Samstag)
FUENF_MIN_TERMINE = True
# Üblicherweise Zweiter Mittwoch im ersten Monat des Quartals
......@@ -25,11 +27,11 @@ SOMMERFEST = False
TAG_DES_OFFENEN_HACKSPACES = False
# https://wiki.hackerspaces.org/International_Open_Hackerspace_Day
# The International Open Hackerspace Day is happening every last Saturday of March.
MOINC3 = False
MOINC3 = True
# Congress.
MAUS_TUEROEFFNER_TAG = False
# Der Maus Türöffner Tag ist immer am Tag der Deutschen Einheit
GETTING_SPACE_CLEAN = False
GETTING_SPACE_CLEAN = True
# Erster Montag des Monats, außer das ist der 01.01 oder 01.05, dann der zweite Montag dieser Monate
#################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment