class Icalendar::Component

def ical_prop_name(prop_name)

def ical_prop_name(prop_name)
  prop_name.gsub(ICAL_PROP_NAME_GSUB_REGEX, '').gsub('_', '-').upcase
end