modolabs / Kurogo-Mobile-Web

Kurogo is a PHP framework for delivering high quality, data driven customizable content to a wide range of mobile devices. Its strengths lie in the customizable system that allows you to adapt content from a variety of sources and easily present that to mobile devices from feature phones, to early generation smart phones, to modern devices and tablets
http://kurogo.org
GNU Lesser General Public License v2.1
198 stars 99 forks source link

Events parsing error #5

Closed bpayst closed 12 years ago

bpayst commented 13 years ago

When parsing an iCal feed from Bedeworks calendar I get an error:

Fatal error: Call to a member function set_end() on a non-object in /var/www/mobile/lib/Calendar/ICalendar.php on line 439

The feed URL being used is:

http://events.unc.edu/cal/main/listEvents.do?days=7&cat=Lectures%20and%20Seminars&format=text/calendar

I am able to subscribe to this feed in other iCal applications

akinspe commented 13 years ago

We were not processing DURATION fields. That's been added. There is still an issue with this feed as we have to add in the parsing for BYXXX repeating events.

bpayst commented 13 years ago

is there an estimate of when the BYXXX fix might make it in?

akinspe commented 13 years ago

No estimate at this time. However you can ignore parsing errors by adding a HALT_ON_PARSE_ERRORS=0 to a given calendar feed.

akinspe commented 12 years ago

Support for recurring events has been added