Kolab_Format Development TODO List
====================================
- - Remove the automatic handling of Horde preferences within this
- package. This is a task that belongs into the application NOT into
- this package.
-
- - Remove dependency on the Horde_Nls and Horde_String language
- settings. I currently assume we should only return UTF-8 from this
- library.
-
- - Remove the charset conversion. It is perfectly fine to have a
- package that expects all data in utf-8 format. Let the applications
- handle the rest.
-
- - Ultimately no required dependency should remain.
-
- - Find a decent way of handling tags within Horde 4
-
- - Probably: Pull the Format_Xml_* classes into Format_Mapper_Xml_*
- classes.
-
- - Add log decorators.
-
- Remove the use of the Horde_Date class from testing. It should be
no problem to get the same code coverage without using the external
class.
+ - Do not overwrite anything from other clients.
+
- Think about storing the data in iCal format.
- Check how we deal with malformed XML data