Method: RiCal::Properties::Journal#exrule_property

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

#exrule_propertyObject

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

purpose (from RFC 2445)

This property defines a rule or repeating pattern for an exception to a recurrence set.

see RFC 2445 4.8.5.2 pp 114-125



824
825
826
# File 'lib/ri_cal/properties/journal.rb', line 824

def exrule_property
  @exrule_property ||= []
end