
jpierce at cambridgeenergyalliance
Apr 8, 2009, 6:23 PM
Post #3 of 3
(951 views)
Permalink
|
|
Re: [rt-users] Further iCal/RSS experimenting/problems & some success
[In reply to]
|
|
After patching Data::iCal (it was not folding per the RFC), I've been able to intermittently-add RT iCal feeds to google calendar, but never see any events. As per the previously referenced thread, this is symptomatic of other issues with the feed... --- /usr/lib/perl5/site_perl/5.8.5/Data/ICal/Property.pm~ 2007-01-12 13:21:32.000000000 -0500 +++ /usr/lib/perl5/site_perl/5.8.5/Data/ICal/Property.pm 2009-04-08 20:56:49.000000000 -0400 @@ -316,7 +316,7 @@ # } } else { while ( $string =~ /(.{76})/ ) { - $string =~ s/(.{75})(.)/$1\n $2/; + $string =~ s/(.{64,74}\b)|(.{74})/$1\r\n\t/; } } -- Cambridge Energy Alliance: Save money. Save the planet. _______________________________________________ List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
|