mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user