Method: RiCal::Properties::TimezonePeriod#comment_property
- Defined in:
- lib/ri_cal/properties/timezone_period.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
116 117 118 |
# File 'lib/ri_cal/properties/timezone_period.rb', line 116 def comment_property @comment_property ||= [] end |