I\'m adding repeating events to a Cocoa app I\'m working on. I have repeat every day and week fine because I can define these mathematically (3600*24*7 = 1 week). I use the foll
NSCalendarDate is no longer supported by new SDK , will have problem while building for distribution.