Monotone-Parent: d0ea902006aff76a240977444d064ce28a10b799

Monotone-Revision: 3982031e38b06b813c9ec76b413450de9c7c94f1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-12-10T18:22:02
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2008-12-10 18:22:02 +00:00
parent d0fa4aabce
commit cd26aa258a
2 changed files with 4 additions and 1 deletions

View File

@ -19,6 +19,9 @@
02111-1307, USA.
*/
#warning this module should be cleaned up and \
merged with NSCalendarDate+NGCards
#import <Foundation/NSString.h>
#import <Foundation/NSTimeZone.h>

View File

@ -205,7 +205,7 @@
- (void) setUntilDate: (NSCalendarDate *) _untilDate
{
[self setNamedValue: @"until"
to: [_untilDate iCalFormattedDateTimeString]];
to: [_untilDate icalString]];
}
- (NSCalendarDate *) untilDate