Skip to content

Commit

Permalink
tmrec: readme regenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Dec 17, 2015
1 parent 9fad266 commit b6335c2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions modules/tmrec/README
Expand Up @@ -146,7 +146,11 @@ modparam("tmrec", "separator", ";")
subsequent intervals do not overlap. For non-recurring intervals,
durations of any positive length are permitted. Zero-length
duration means "forever". Negative-length durations are not
allowed. See RFC 2445 for the format of duration.
allowed.
See RFC 2445 for the format of duration. In short for common cases
when the duration doesn't exeed a data, it must start with PT
followed by the value for hours, minutes or seconds - e.g., a
duration of 8 hours must be written as PT8H.
* frequency - can be one of the following values: "daily" - specify
repeating periods based on an interval of a day or more; "weekly" -
specify repeating periods based on an interval of a week or more;
Expand Down Expand Up @@ -216,7 +220,7 @@ modparam("tmrec", "separator", ";")

Next is an example of evaluating multiple Byxxx parameters.

startdate="20100101T093000" duration="10H30M" frequency="yearly"
startdate="20100101T093000" duration="PT10H30M" frequency="yearly"
interval="4" bymonth="3" byday="SU"

First, the interval="4" would be applied to frequency="yearly" to match
Expand Down

0 comments on commit b6335c2

Please sign in to comment.