RiCal::PropertyValue::RecurrenceRule represents an icalendar Recurrence Rule property value which is defined in rfc 2445 section 4.3.10 pp 40-45
count | [R] | The integer count value of the receiver, or nil |
until | [R] | The DATE-TIME value of until limit of the receiver, or nil |
Set the count parameter of the recurrence rule, the count value will be converted to an integer using to_i
This method resets the receivers list of errors
Set the frequency of the recurrence rule
freq_value: | a String which should be in %w[SECONDLY MINUTELY HOURLY DAILY WEEKLY MONTHLY YEARLY] |
This method resets the receivers list of errors
Set the INTERVAL parameter of the recurrence rule
interval_value: | an Integer |
This method resets the receivers list of errors
Set the until parameter of the recurrence rule
until_value: | the value to be set, this may be either a string in RFC 2446 Date or DateTime value format |
Or a Date, Time, DateTime, RiCal::PropertyValue::Date, or RiCal::PropertyValue::DateTime
return the starting week day for the recurrence rule, which for a valid instance will be one of "SU", "MO", "TU", "WE", "TH", "FR", or "SA"