From the spec: "Values in a list of values MUST be separated by a COMMA character (US-ASCII decimal 44)."
[Source]
# File lib/icalendar/conversions.rb, line 54 def to_ical map{|elem| elem.to_ical}.join ',' end
[Validate]