I have an iCalendar feed that represents the schedule of a broadcast radio station. I&#39;d like to perform some sort of query on this feed to tell me what the current program is and what program will be starting next.<br>
<br>I&#39;ve managed to use the icalendar class to iterate over the event objects in the file, however is there a convenient way to query the object so that I only get objects for which the start and end time is between a time-range?<br>
<br>The issue I have is repeating elements - most items in the calendar are repeating elements - so one object might actually represent a whole range of show instances in the schedule - how do I be sure I am not missing one.<br>
<br>Here is my public iCal:<br><a href="http://www.google.com/calendar/ical/schedule%40resonancefm.com/public/basic.ics">http://www.google.com/calendar/ical/schedule%40resonancefm.com/public/basic.ics</a><br><br>Thanks!<br>
<br><br><br>