kinglite - 2014-11-19

Hi there,

I try to display the content of a ics file in a list sorted by the start date for my android app.
The problem now is that the content isn't completely sorted by date.
here the link to the file: https://stundenplan.hs-furtwangen.de/splan/ical?type=pg&puid=8&pgid=2505&lan=de

is there an easier way than to iterate through all the events over and over again and sort them until its sorted?