17 lines
388 B
TOML
17 lines
388 B
TOML
|
# Modify to your requirements
|
||
|
[app]
|
||
|
calendar_dir = "FULL_PATH_TO_.ICS_CALENDAR_FILES"
|
||
|
[email]
|
||
|
smtp_server = "SMTP.PROVIDER.DOMAIN"
|
||
|
port = 587
|
||
|
username = "YOUR_USERNAME"
|
||
|
password = "YOUR_PASSWORD"
|
||
|
recipient = "RECIPIENT_EMAIL_ADDRESS"
|
||
|
|
||
|
[xmpp]
|
||
|
jid = 'YOUR_USERNAME@SERVER_INSTANCE.DOMAIN'
|
||
|
password = 'YOUR_PASSWORD'
|
||
|
recipient = 'RECIPIENT_USERNAME@SERVER_INSTANCE.DOMAIN'
|
||
|
|
||
|
[notify-send]
|