Method: RiCal::Properties::Journal#comment_property
- Defined in:
- lib/ri_cal/properties/journal.rb
#comment_property ⇒ Object
return the the COMMENT property which will be an array of instances of RiCal::PropertyValueText
- purpose (from RFC 2445)
-
This property specifies non-processing information intended to provide a comment to the calendar user.
see RFC 2445 4.8.1.4 pp 80-81
635 636 637 |
# File 'lib/ri_cal/properties/journal.rb', line 635 def comment_property @comment_property ||= [] end |