smasiello               Tue Feb 20 10:28:35 2001 EDT

  Modified files:              
    /phpdoc/en/functions        mcal.xml 
  Log:
  added mapping for values of recur_type in mcal_fetch_event
  PR:
  Submitted by:
  Reviewed by: askalski
  Obtained from:
  
  
Index: phpdoc/en/functions/mcal.xml
diff -u phpdoc/en/functions/mcal.xml:1.14 phpdoc/en/functions/mcal.xml:1.15
--- phpdoc/en/functions/mcal.xml:1.14   Fri Jan  5 11:01:15 2001
+++ phpdoc/en/functions/mcal.xml        Tue Feb 20 10:28:34 2001
@@ -307,6 +307,23 @@
        int sec   - seconds</simpara></listitem>         
       <listitem><simpara>
        int alarm   - minutes before event to send an alarm</simpara></listitem>       
  
+     </itemizedlist>
+
+     The possible values for recur_type are:
+
+     <itemizedlist>
+      <listitem><simpara>
+       0 - Indicates that this event does not recur</simpara></listitem>
+      <listitem><simpara>
+       1 - This event recurs daily</simpara></listitem>
+      <listitem><simpara>
+       2 - This event recurs on a weekly basis</simpara></listitem>
+      <listitem><simpara>
+       3 - This event recurs monthly on a specific day of the month (e.g. the 10th of 
+the month)</simpara></listitem>
+      <listitem><simpara>
+       4 - This event recurs monthly on a sequenced day of the week (e.g. the 3rd 
+Saturday) </simpara></listitem>
+      <listitem><simpara>
+       5 - This event recurs on an annual basis</simpara></listitem>         
      </itemizedlist></para>
    </refsect1>
   </refentry>


Reply via email to