@"isopaque", @"status", @"orgmail",
nil] retain];
}
- return [self fetchInfos:coreInfos
+ return [self fetchFields:coreInfos
fromFolder:_folder
from:_startDate
to:_endDate];
# Version file
-SUBMINOR_VERSION:=19
+SUBMINOR_VERSION:=20
# v0.9.19 requires NGiCal v4.5.36
# v0.9.13 requires libSOGo v0.9.26
+2004-12-15 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * Appointments/SOGoAppointmentFolder.m: compile fix (v0.9.20)
+
2004-12-13 Marcus Mueller <znek@mulle-kybernetik.com>
* v0.9.19
+2004-12-15 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * UIxAppointmentProposal.m: compile fix (v0.9.102)
+
2004-12-13 Marcus Mueller <znek@mulle-kybernetik.com>
* v0.9.101
#include <SoObjects/Appointments/SOGoAppointmentFolder.h>
#include <NGExtensions/NGCalendarDateRange.h>
+#include <NGiCal/NGiCal.h>
#include "common.h"
@implementation UIxAppointmentProposal
# $Id$
-SUBMINOR_VERSION:=101
+SUBMINOR_VERSION:=102
# v0.9.101 requires NGiCal v4.5.36
# v0.9.100 requires SOGoUI v0.9.21