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

Calendar error: BYWEEKNO, BYSETPOS, WKST Not handled yet #41

Closed erikespana closed 12 years ago

erikespana commented 12 years ago

Our ical feed is throwing the following error in Kurogo 1.3:

BYWEEKNO, BYSETPOS, WKST Not handled yet Fatal error: Uncaught exception 'Exception' with message 'BYWEEKNO, BYSETPOS, WKST Not handled yet' in /www/union/applications/Kurogo/lib/Calendar/ICalendar.php:750

This is what our [site_dir]/config/calendar/feeds.ini file looks like: [campuscal] TITLE = "Campus Calendar" BASE_URL = "http://www.union.edu/feeds/calendar/adecalendar.ics" HALT_ON_PARSE_ERRORS = "0" CONTROLLER_CLASS = "CalendarDataController" PARSER_CLASS = "ICSDataParser" EVENT_CLASS = "ICalEvent"

Note: This is an Http iCal URL. Would it help if we used a WebCal iCal URL?

Thanks, Erik

akinspe commented 12 years ago

No the URL is fine. We just have to add the support in our ICS parser

akinspe commented 12 years ago

This should be fixed in 1.4