Forward port Calendar location field fix in ical.

This commit is contained in:
Colin Kuskie 2008-12-09 04:29:22 +00:00
parent dcb22dfd6a
commit 415221fb4d
3 changed files with 10 additions and 6 deletions

View file

@ -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,