RRULE requires specific information for when timezone changes between standard and daylight time. This information originally comes from the Olson database, and I suspect that it is available in the data property of the NSTimeZone class. But how do I get the structure of this property?
The public methods of NSTimeZone seem insufficient to make a complete RRULE for timezone transitions.
Creating an ical with an RDATE block but not RRULE block results in Exchange complaining of an invalid format.
Any suggestions on how to resolve this?