# File lib/icalendar/component.rb, line 183
    def custom_property(name, value)
      @properties[name] = value
    end