# File lib/vpim/agent/calendars.rb, line 97
      def get(path)
        return "<html><body>\n\#{@description}\n<ul>\n  \#{\n    @items.map do |name,description,scheme|\n      \"<li><a href=\\\"\#{path.append(name,scheme)}\\\">\#{description || name}</a></li>\\n\"\n    end\n  }\n</ul>\n</body></html>\n", Form::HTML
      end