Forward port Calendar location field fix in ical.
This commit is contained in:
parent
dcb22dfd6a
commit
415221fb4d
3 changed files with 10 additions and 6 deletions
|
|
@ -212,6 +212,7 @@ sub execute {
|
|||
feedId => $feed->{feedId},
|
||||
description => _unwrapIcalText($events{$id}->{description}->[1]),
|
||||
title => _unwrapIcalText($events{$id}->{summary}->[1]),
|
||||
location => _unwrapIcalText($events{$id}->{location}->[1]),
|
||||
menuTitle => substr($events{$id}->{summary}->[1],0,15),
|
||||
className => 'WebGUI::Asset::Event',
|
||||
isHidden => 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue