print calendars events&Tasks with colors - either borders or backgrounds

This commit is contained in:
Alexandre Cloutier
2014-08-26 13:36:42 -04:00
parent 6aecccf6ca
commit 38a3b7bb4f
7 changed files with 246 additions and 90 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ static NSArray *tasksFields = nil;
@"c_status", @"c_title", @"c_enddate",
@"c_classification", @"c_location", @"c_category",
@"editable", @"erasable",
@"c_priority", nil];
@"c_priority", @"c_owner", nil];
[tasksFields retain];
}
}