Monotone-Parent: 3539ecd8be9d6a343ed36dd75849ea9713497066

Monotone-Revision: 1b12beb00e557f3ecfec3bb87a586b501981fced

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-19T17:06:07
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-12-19 17:06:07 +00:00
parent c5698c56f1
commit 2c1c56956f
8 changed files with 167 additions and 52 deletions
+4 -1
View File
@@ -12,11 +12,13 @@
a SOPE clientObject (which usually is an SOGoAppointmentFolder).
*/
@class NSString, NSArray, NSDictionary, NSCalendarDate, SOGoAptFormatter;
@class NSString, NSArray, NSDictionary, NSMutableDictionary, NSCalendarDate, SOGoAptFormatter;
@class SOGoAppointmentFolder;
@interface UIxCalView : UIxComponent
{
NSArray *appointments;
NSMutableDictionary *componentsData;
NSArray *tasks;
NSArray *allDayApts;
id appointment;
@@ -100,6 +102,7 @@
/* calendarUIDs */
- (NSString *)formattedCalendarUIDs;
- (SOGoAppointmentFolder *) calendarFolderForUID: (NSString *) uid;
/* CSS related */