From 29f1375dd04c2d574c561ebb1699403351ed278a Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 9 Jul 2010 01:09:48 +0200 Subject: [PATCH] Finish the description of the ical module. --- technical_choices.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/technical_choices.rst b/technical_choices.rst index eb2dbfe9..0dd25523 100644 --- a/technical_choices.rst +++ b/technical_choices.rst @@ -185,7 +185,8 @@ The module offers 5 sub-modules. In this sub-module are written the classes to represent calendars and calendar items in Radicale. The simple iCalendar readers and writers are included in this file, to read and write requests and internally stored - calendars. The readers and writers are stupid + calendars. The readers and writers are small and stupid: they do not + fully understand the iCalendar format and do not know at all what a date is. ``xmlutils`` The functions defined in this sub-module are mainly called by the CalDAV