Fix caldav event for calendar panel (#35653)

This commit is contained in:
Bram Kragten 2020-05-15 12:36:02 +02:00 committed by GitHub
parent 6d0909134c
commit e74e0d1710
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,7 +174,7 @@ class WebDavCalendarData:
uid = vevent.uid.value
data = {
"uid": uid,
"title": vevent.summary.value,
"summary": vevent.summary.value,
"start": self.get_hass_date(vevent.dtstart.value),
"end": self.get_hass_date(self.get_end_date(vevent)),
"location": self.get_attr_value(vevent, "location"),