Load alarm from UIxComponentEditor

The alarm attributes are now loaded from UIxComponentEditor and not
iCalEntityObject so we can determine if the component's owner is part of
the alarm's attendees.
This commit is contained in:
Francis Lachapelle
2015-06-22 09:20:35 -04:00
parent d89f02ff53
commit 8402152a59
4 changed files with 56 additions and 36 deletions
+1
View File
@@ -36,6 +36,7 @@
- (BOOL) isReadOnly;
- (void) setAttributes: (NSDictionary *) attributes;
- (NSDictionary *) loadAlarm;
+ (NSArray *) reminderValues;
@end