This commit is contained in:
2019-05-05 10:31:00 +02:00
parent 7517776f42
commit 8a54156339

View File

@@ -272,6 +272,8 @@ class Informer(object):
if known_entries[uid].data == new_cal_entry:
self.logger.info("no change for calendar entry {}".format(uid))
continue
else:
self.logger.info("update for calendar entry {}".format(uid))
self.logger.debug(calend.to_ical())
cal.add_event(calend.to_ical())