mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
Added calendar default reminder support.
This commit is contained in:
@@ -183,14 +183,8 @@ extern NSString *SOGoWeekStartFirstFullWeek;
|
||||
- (void) setCalendarTasksDefaultClassification: (NSString *) newValue;
|
||||
- (NSString *) calendarTasksDefaultClassification;
|
||||
|
||||
- (void) setReminderEnabled: (BOOL) newValue;
|
||||
- (BOOL) reminderEnabled;
|
||||
|
||||
- (void) setReminderTime: (NSString *) newValue;
|
||||
- (NSString *) reminderTime;
|
||||
|
||||
- (void) setRemindWithASound: (BOOL) newValue;
|
||||
- (BOOL) remindWithASound;
|
||||
- (void) setCalendarDefaultReminder: (NSString *) newValue;
|
||||
- (NSString *) calendarDefaultReminder;
|
||||
|
||||
/* contacts */
|
||||
- (void) setContactsCategories: (NSArray *) newValues;
|
||||
|
||||
Reference in New Issue
Block a user