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

View File

@@ -80,7 +80,7 @@ static NSArray *layoutItems = nil;
SOGoUser *activeUser;
NSString *parentView;
activeUser = [context activeUser];
activeUser = [[self context] activeUser];
us = [activeUser userSettings];
parentView = [[us objectForKey:@"Calendar"] objectForKey:@"View" ];