-2004-08-12 <helge@agenor.opengroupware.org>
+2004-08-14 Helge Hess <helge.hess@skyrix.com>
+
+ * SOGoAppointmentFolder.m: fetch location, isallday, iscycle and
+ partmails fields in -fetchCoreInfo (v0.9.5)
+
+2004-08-12 Helge Hess <helge.hess@skyrix.com>
* v0.9.4
fields = [NSArray arrayWithObjects:
@"uid", @"startdate", @"enddate",
- @"title", @"participants", nil];
+ @"title", @"participants", @"location", @"isallday",
+ @"iscycle", @"partmails", @"sequence",
+ nil];
records = [_folder fetchFields:fields matchingQualifier:qualifier];
if (records == nil) {