Monotone-Parent: 62e332ed96e664a182b2a83d34f70c435afdb0c3

Monotone-Revision: 2c486a6c83c64dafd58ffc10c2c40443669357c1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-11T18:48:25
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-11 18:48:25 +00:00
parent d4103a9d66
commit 4da5306afe
3 changed files with 295 additions and 167 deletions
+11
View File
@@ -1,5 +1,16 @@
2006-10-11 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentFolder.m
([SOGoAppointmentFolder
-fetchFields:_fieldsfromFolder:_folderfrom:_startDateto:_endDatecomponent:_component]): added a "component" parameter to match the query against the specified component types. Made startDate and endDate optional by ignoring them altogether in the query whenever one of them is nil.
([SOGoAppointmentFolder -doCalendarQuery:context]): fetch
components of type "vtodo" as well as "vevent".
([SOGoAppointmentFolder -lookupName:inContext:acquire:]): if the
url specified ends with AsTask or AsAppointment, returns the
an object of the appropriate class, otherwise deduce it from its
content if the HTTP method is "PUT", otherwise read its type from
the quick table.
* OGoContentStore/OCSiCalFieldExtractor.m ([OCSiCalFieldExtractor
-extractQuickFieldsFromTodo:_task]): extract quick fields from
tasks.