See ChangeLog

Monotone-Parent: 271e652157d430b115cb6616b8813b605c897b94
Monotone-Revision: 83587b1afc04162d7191ff57c7f8a78b502a9be3

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-09-27T15:43:46
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-09-27 15:43:46 +00:00
parent fc873188cb
commit 76ffdc598c
7 changed files with 116 additions and 2 deletions
+10
View File
@@ -283,6 +283,16 @@ NSString *SOGoWeekStartFirstFullWeek = @"FirstFullWeek";
return [[self dayEndTime] timeValue];
}
- (void) setBusyOffHours: (BOOL) newValue
{
[self setBool: newValue forKey: @"SOGoBusyOffHours"];
}
- (BOOL) busyOffHours
{
return [self boolForKey: @"SOGoBusyOffHours"];
}
- (void) setTimeZoneName: (NSString *) newValue
{
[self setObject: newValue forKey: @"SOGoTimeZone"];