diff --git a/tabellio/icalimport/icalimport.py b/tabellio/icalimport/icalimport.py index 75dd184..50296b6 100644 --- a/tabellio/icalimport/icalimport.py +++ b/tabellio/icalimport/icalimport.py @@ -76,7 +76,7 @@ class IcalImport(BrowserView): mimeType='text/html', outputMimeType='text/x-html-safe') try: - event.location = vevent.location.value + event.place = vevent.location.value except: pass notify(ObjectModifiedEvent(event))