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