added filter to only get due until today

This commit is contained in:
Stuce 2025-12-12 11:32:28 +01:00
parent 01171acf35
commit 4d2732da54
3 changed files with 12 additions and 2 deletions

View file

@ -14,7 +14,7 @@ def parseConfig() -> tuple[str, str, str, str]:
return file.readline().strip()
config = configparser.ConfigParser()
# config.read("/etc/calDAVtoCSV/config.ini")
# TODO: option to call the one in test instead or specify one
config.read("/etc/calDAVtoCSV/config.ini")
calDavAddress = config.get("calDAV", "address")