Method: RiCal::Properties::Journal#attendee
- Defined in:
- lib/ri_cal/properties/journal.rb
#attendee ⇒ Object
return the value of the ATTENDEE property which will be an array of instances of CalAddress
557 558 559 |
# File 'lib/ri_cal/properties/journal.rb', line 557 def attendee attendee_property.map {|prop| prop ? prop.ruby_value : prop} end |