Hello, Gurus!
I'm in middle of creating calendar app. for iPhone. I get calendar events from google calendars (without expanding recurrence) Then tried to expand recurrence events by writing codes from scratch. I did get iCalendar format from the web, for example the following one:
http://www.kanzaki.com/docs/ical/rrule.html
but expanding recurrence events from scratch looks like bad idea too complicated that error prone.
So, does anyone know where to find algorithm for "expanding recurrence events"?
prefers objective-c but Java and the languages alike is OK. (I tried to look at Sunbird but couldn't analyze well)
Please advise!
Katsumi