Add attribute isReadOnly to event/task JSON view

This commit is contained in:
Francis Lachapelle
2015-04-24 14:25:04 -04:00
parent 5e3b3e6987
commit 550fc09ee4
4 changed files with 92 additions and 87 deletions
+2
View File
@@ -29,10 +29,12 @@
@interface UIxComponentEditor : UIxComponent
{
id item;
iCalRepeatableEntityObject *component;
SOGoAppointmentFolder *componentCalendar;
}
- (BOOL) isReadOnly;
- (void) setAttributes: (NSDictionary *) attributes;
+ (NSArray *) reminderValues;