2005-07-05 Marcus Mueller * SOGoAppointmentFolder.m: fetch new priority field in core infos (v0.9.34) 2005-07-04 Marcus Mueller * SOGoAppointmentFolder.m: fetch new priority field in overview infos (v0.9.33) 2005-03-20 Helge Hess * SOGoAppointmentFolder.m: changed to use GDLContentStore (v0.9.32) 2005-03-03 Marcus Mueller * SOGoGroupAppointmentFolder.m: fixed incorrect creation of a mutable dictionary (was still immutable) (v0.9.31) 2005-03-02 Marcus Mueller * SOGoAppointmentFolder.m: make sure fetchedInfos are sorted ascending - this simplifies client code (v0.9.30) * SOGoAppointmentFolder.m: changed debugLog to use NGLogging (v0.9.29) 2005-03-01 Marcus Mueller * SOGoAppointmentFolder.m: significantly changed handling of cyclic events. Information for cyclic event calculation is now contained in the quick info, making full fetches obsolete - performance should improve significantly this way (v0.9.28) 2005-02-22 Helge Hess * SOGoAppointmentFolder.m: minor code cleanups (v0.9.27) 2005-02-17 Helge Hess * fixed for removal of SOGoLogic (v0.9.26) 2005-02-06 Helge Hess * SOGoAppointmentObject.m, SOGoAppointmentFolder.m: added proper message/folder class (v0.9.25) 2004-11-09 Helge Hess * SOGoAppointmentObject.m: improved error handling in save method (v0.9.16) 2004-10-20 Helge Hess * SOGoAppointmentFolder.m: fixed a warning on MacOSX (v0.9.15) * SOGoAppointmentObject.m(saveContentString:): fixed a warning with new objects (v0.9.14) 2004-10-19 Helge Hess * SOGoAppointmentFolder.h: added -fetchAllSOGoAppointments method which performs a bulk fetch on all files contained in the folder and parses all contents into an array of SOGoAppointment objects (used in the iCal file support, try to avoid this method, expensive!) (v0.9.13) 2004-09-25 Helge Hess * fixed compilation on MacOSX (v0.9.12) 2004-09-08 Helge Hess * SOGoGroupAppointmentFolder.m: do not call -sleep in fetch method (disconnects the folder from the parent folder), instead added a -resetFolderCaches methods which performs some cleanups before a fetch (v0.9.11) 2004-08-16 Helge Hess * SOGoAppointmentFolder.m: added method to create a group folder and a group calendar for a set of IDs (for internal queries) (v0.9.10) * SOGoAppointmentObject.m, SOGoAppointmentFolder.m: moved calendar folder lookup methods to folder class (the object uses its container to lookup the folder) (v0.9.9) * SOGoAppointmentObject.m: finished multi folder storage methods (v0.9.8) * SOGoAppointmentObject.m: added multi folder storage methods (v0.9.7) 2004-08-14 Helge Hess * SOGoGroupAppointmentFolder.m: implemented proper URL generation for group calendars (will lookup the appointment in the proper "exact" folder (v0.9.6) * SOGoAppointmentFolder.m: fetch location, isallday, iscycle and partmails fields in -fetchCoreInfo (v0.9.5) 2004-08-12 Helge Hess * v0.9.4 * SOGoAppointmentFolder.m: added -baseURLForAptWithUID:inContext: for determining the resource URL of an appointment, used by calendar views to locate the viewer page 2004-08-11 Helge Hess * SOGoGroupAppointmentFolder: can merge input folders, tracks conflicts in 'conflicts' key of the record (should be displayed somehow in the UI) (v0.9.3) * v0.9.2 * SOGoAppointmentFolder.m, SOGoGroupAppointmentFolder: added -calendarUIDs method which returns the UIDs of the currently displayed persons (eg the members of a group) * started SOGoGroupAppointmentFolder 2004-07-02 Helge Hess * SOGoAppointmentFolder.m: added method to fetch core info from other OCS folders, correct timezone to MET after fetch core info 2004-07-01 Helge Hess * redirect to weekoverview if GET is run on the folder itself * created ChangeLog