From 52182d29ffbf61d6f1c45091481f45b543408c37 Mon Sep 17 00:00:00 2001 From: helge Date: Sat, 14 Aug 2004 16:12:13 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/trunk@208 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/SoObjects/Appointments/ChangeLog | 7 ++++++- SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m | 4 +++- SOGo/SoObjects/Appointments/Version | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/SOGo/SoObjects/Appointments/ChangeLog b/SOGo/SoObjects/Appointments/ChangeLog index 414d8eb4..eacac779 100644 --- a/SOGo/SoObjects/Appointments/ChangeLog +++ b/SOGo/SoObjects/Appointments/ChangeLog @@ -1,4 +1,9 @@ -2004-08-12 +2004-08-14 Helge Hess + + * SOGoAppointmentFolder.m: fetch location, isallday, iscycle and + partmails fields in -fetchCoreInfo (v0.9.5) + +2004-08-12 Helge Hess * v0.9.4 diff --git a/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m b/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m index 3bde4e99..320c35e8 100644 --- a/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -188,7 +188,9 @@ static NSTimeZone *MET = nil; 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) { diff --git a/SOGo/SoObjects/Appointments/Version b/SOGo/SoObjects/Appointments/Version index 8ca0a8d0..3a46c165 100644 --- a/SOGo/SoObjects/Appointments/Version +++ b/SOGo/SoObjects/Appointments/Version @@ -1,3 +1,3 @@ # $Id: Version,v 1.9 2004/05/19 14:30:45 helge Exp $ -SUBMINOR_VERSION:=4 +SUBMINOR_VERSION:=5 -- 2.39.5