mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-02-11 01:34:15 +01:00
Update 2calendar.py
This commit is contained in:
parent
9851434243
commit
593be64bcd
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue