Method: RiCal::Properties::Journal#categories_property
- Defined in:
- lib/ri_cal/properties/journal.rb
#categories_property ⇒ Object
return the the CATEGORIES property which will be an array of instances of RiCal::PropertyValueArray
- purpose (from RFC 2445)
-
This property defines the categories for a calendar component.
see RFC 2445 4.8.1.2 pp 78-79
572 573 574 |
# File 'lib/ri_cal/properties/journal.rb', line 572 def categories_property @categories_property ||= [] end |