Add option to attach calendar files to emails (#1457)

This commit is contained in:
Raphael Michel
2019-10-21 10:41:22 +02:00
committed by GitHub
parent 2b18621c76
commit 19b10e3ca4
6 changed files with 43 additions and 9 deletions

View File

@@ -297,6 +297,10 @@ DEFAULTS = {
'default': 'classic',
'type': str
},
'mail_attach_ical': {
'default': 'False',
'type': bool
},
'mail_prefix': {
'default': None,
'type': str