Method: RiCal::Properties::Journal#organizer

Defined in:
lib/ri_cal/properties/journal.rb

#organizerObject

return the value of the ORGANIZER property which will be an instance of CalAddress



232
233
234
# File 'lib/ri_cal/properties/journal.rb', line 232

def organizer
  organizer_property ? organizer_property.ruby_value : nil
end