This commit is contained in:
Ludovic Marcotte
2013-10-22 11:25:24 -04:00
parent 053b090aff
commit be1bcf3c9b
+11
View File
@@ -64,6 +64,9 @@
return isStillRelevent;
}
//
//
//
- (NSMutableDictionary *) quickRecord
{
NSMutableDictionary *row;
@@ -88,7 +91,15 @@
title = [self summary];
if (![title isNotNull])
title = @"";
if ([title length] > 1000)
title = [title substringToIndex: 1000];
location = [self location];
if ([location length] > 255)
location = [location substringToIndex: 255];
sequence = [self sequence];
accessClass = [self symbolicAccessClass];
isAllDay = [self isAllDay];