Method: RiCal::Properties::Journal#attendee_property
- Defined in:
- lib/ri_cal/properties/journal.rb
#attendee_property ⇒ Object
return the the ATTENDEE property which will be an array of instances of RiCal::PropertyValueCalAddress
- purpose (from RFC 2445)
-
The property defines an ‘Attendee’ within a calendar component.
see RFC 2445 4.8.4.1 pp 102-104
509 510 511 |
# File 'lib/ri_cal/properties/journal.rb', line 509 def attendee_property @attendee_property ||= [] end |