Method: RiCal::Properties::Journal#organizer_property
- Defined in:
- lib/ri_cal/properties/journal.rb
#organizer_property ⇒ Object
return the the ORGANIZER property which will be an instances of RiCal::PropertyValueCalAddress
- purpose (from RFC 2445)
-
The property defines the organizer for a calendar component.
see RFC 2445 4.8.4.3 pp 106-107
215 216 217 |
# File 'lib/ri_cal/properties/journal.rb', line 215 def organizer_property @organizer_property end |