Method: RiCal::Properties::Journal#rrule_property

Defined in:
lib/ri_cal/properties/journal.rb

#rrule_propertyObject

return the the RRULE property which will be an array of instances of RiCal::PropertyValueRecurrenceRule

purpose (from RFC 2445)

This property defines a rule or repeating pattern for recurring events, to-dos, or time zone definitions.

see RFC 2445 4.8.5.4 pp 117-125



1013
1014
1015
# File 'lib/ri_cal/properties/journal.rb', line 1013

def rrule_property
  @rrule_property ||= []
end