]> err.no Git - scalable-opengroupware.org/blobdiff - UI/Scheduler/UIxCalMonthOverview.m
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1163 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Scheduler / UIxCalMonthOverview.m
index f00893c72632bd67a41cfe04b8d5891b202d330c..5ab7be0dafa252795263bf94982c22f3b0648a22 100644 (file)
@@ -1,8 +1,10 @@
-// $Id$
 
-#include "UIxCalMonthOverview.h"
-#include "common.h"
-#include <SOGoUI/SOGoAptFormatter.h>
+#import <Foundation/NSCalendarDate.h>
+#import <NGExtensions/NSCalendarDate+misc.h>
+
+#import <SOGoUI/SOGoAptFormatter.h>
+
+#import "UIxCalMonthOverview.h"
 
 @implementation UIxCalMonthOverview
 
@@ -96,8 +98,8 @@
 /* appointments */
 
 
-- (NSArray *)appointments {
-  return [self fetchCoreAppointmentsInfos];
-}
+// - (NSArray *)appointments {
+//   return [self fetchCoreAppointmentsInfos];
+// }
 
 @end /* UIxCalMonthOverview */