allow to use other fields than summary in ical source for event title (#663)

* allow to use other fields than summary in ical source for event title

* add jinja2 to requirements.txt
This commit is contained in:
Sebastian Plattner
2023-10-24 14:26:38 +02:00
committed by GitHub
parent f22509c7f3
commit 9be0bc9b28
5 changed files with 122 additions and 16 deletions

View File

@@ -17,3 +17,4 @@ soupsieve==2.4.1
urllib3==2.0.4
x-wr-timezone==0.0.5
zope.interface==6.0
jinja2=3.1.2