Update 2calendar.py

This commit is contained in:
nobbie2009 2020-07-20 11:57:41 +02:00 committed by GitHub
parent 9851434243
commit 593be64bcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,7 +120,7 @@ def run(typ,freq,data):
timestamp = datetime.fromtimestamp(data["timestamp"])
logging.debug("Aktueller Alarm wird eingelesen")
logging.debug("Aktueller Alarm wird eingelesen")
event = Event()
event.add('summary', data["description"])
event.add('dtstart',timestamp)