mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
added mapping for values of recur_type in mcal_fetch_event
PR: Submitted by: Reviewed by: askalski Obtained from: git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41591 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6069fc342e
commit
b038fa1db7
1 changed files with 17 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue