bo: doc/kolab-formats commonfields.sgml,1.5,1.6

cvs at intevation.de cvs at intevation.de
Wed Jun 16 10:27:39 CEST 2004


Author: bo

Update of /kolabrepository/doc/kolab-formats
In directory doto:/tmp/cvs-serv3983

Modified Files:
	commonfields.sgml 
Log Message:
More reasonble description on recurrence range.

Index: commonfields.sgml
===================================================================
RCS file: /kolabrepository/doc/kolab-formats/commonfields.sgml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- commonfields.sgml	15 Jun 2004 13:56:48 -0000	1.5
+++ commonfields.sgml	16 Jun 2004 08:27:37 -0000	1.6
@@ -89,11 +89,19 @@
 specifies "every X years". If it's monthday, tags <date> and
 <month> apply. For yearday, <daynumber> is needed.</para>
 
-<para>And the range must also be present. Finally there can be any
-number of exclusions. These are dates that are removed from the list
-of recurrences after all other calculations are done. This
-specifically means if you recur three times but have an exclusion on
-one of the dates, there will actually only be two recurrences.</para>
+<para>The range must also be present. This can be "none", which means
+a never ending recurrence. Or "number", which specifies the number of
+times this recurrence happens (before exceptions are subtracted). Or
+"date", which means the recurrence does not happen after this date.
+</para>
+
+
+<para>Finally there can be any number of exclusions. These are dates
+that are removed from the list of recurrences after all other
+calculations are done. This specifically means if you recur three
+times but have an exclusion on one of the dates, there will actually
+only be two recurrences.</para>
+
 </sect2>
 
 <sect2><title>Attendees</title>
@@ -113,7 +121,7 @@
 <para><programlisting><![CDATA[
         <recurrence cycle="daily">
           <interval>4</interval>
-          <range type="None"/>
+          <range type="none"/>
         </recurrence>
 ]]></programlisting></para>
 





More information about the commits mailing list