mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-09 04:19:43 +00:00
Added invitation delegation support in Web interface. See ChangeLog.
Monotone-Parent: 4d711e074341810486c1842c6a345777cc3664bb Monotone-Revision: 2fc8598099b516f243935e73039200f1c004784e Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-09-10T18:31:20 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
{
|
||||
iCalRepeatableEntityObject *component;
|
||||
id item;
|
||||
id attendee;
|
||||
|
||||
NSString *saveURL;
|
||||
NSMutableArray *calendarList;
|
||||
@@ -59,13 +60,11 @@
|
||||
NSDictionary *cycle;
|
||||
NSString *cycleEnd;
|
||||
iCalPerson *organizer;
|
||||
iCalPerson *ownerAsAttendee;
|
||||
NSString *componentOwner;
|
||||
NSString *dateFormat;
|
||||
|
||||
NSString *attendeesNames;
|
||||
NSString *attendeesUIDs;
|
||||
NSString *attendeesEmails;
|
||||
NSString *attendeesStates;
|
||||
NSMutableDictionary *jsonAttendees;
|
||||
|
||||
NSString *reminder;
|
||||
NSString *reminderQuantity;
|
||||
@@ -121,7 +120,6 @@
|
||||
- (NSString *) privacy;
|
||||
- (NSString *) itemPrivacyText;
|
||||
|
||||
- (NSArray *) statusTypes;
|
||||
- (void) setStatus: (NSString *) _status;
|
||||
- (NSString *) status;
|
||||
- (NSString *) itemStatusText;
|
||||
@@ -142,14 +140,7 @@
|
||||
|
||||
- (BOOL) hasAttendees;
|
||||
|
||||
- (void) setAttendeesNames: (NSString *) newAttendeesNames;
|
||||
- (NSString *) attendeesNames;
|
||||
|
||||
- (void) setAttendeesUIDs: (NSString *) newAttendeesUIDs;
|
||||
- (NSString *) attendeesUIDs;
|
||||
|
||||
- (void) setAttendeesEmails: (NSString *) newAttendeesEmails;
|
||||
- (NSString *) attendeesEmails;
|
||||
- (NSString *) jsonAttendees;
|
||||
|
||||
- (NSString *) repeat;
|
||||
- (void) setRepeat: (NSString *) newRepeat;
|
||||
|
||||
Reference in New Issue
Block a user