mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Support for repetitive alarms and tasks
This commit is contained in:
@@ -791,7 +791,8 @@ convention:
|
||||
return date;
|
||||
}
|
||||
|
||||
- (NSMutableDictionary *) quickRecordForContainer: (id) theContainer
|
||||
- (NSMutableDictionary *) quickRecordFromContent: (NSString *) theContent
|
||||
container: (id) theContainer
|
||||
{
|
||||
NSMutableDictionary *fields;
|
||||
CardElement *element;
|
||||
|
||||
@@ -69,7 +69,8 @@
|
||||
return rc;
|
||||
}
|
||||
|
||||
- (NSMutableDictionary *) quickRecordForContainer: (id) theContainer
|
||||
- (NSMutableDictionary *) quickRecordFromContent: (NSString *) theContent
|
||||
container: (id) theContainer
|
||||
{
|
||||
NSMutableDictionary *fields;
|
||||
NSString *value;
|
||||
|
||||
Reference in New Issue
Block a user