I built a HTTP request handler that outputs events in icalendar format. By default, I output events for the next 6 months, but that's completely arbitrary.
What I want to know is what date range should I use to output events for the icalendar subscription feed? On devices that support icalendar subscriptions, is a date range included in the request? That would be awesome. Otherwise, how do I know what date range is being requested by the client? Is there some sort of standard for this?
Ideally, I want to open my iphone, go to the calendar, and start navigating through the months, and see any event on the calendar, no matter how far in the future it is.
Thanks in advance.