# File lib/icalendar/conversions.rb, line 54
  def to_ical
    map{|elem| elem.to_ical}.join ','
  end