medabdellahi / google-caldav-issues

Automatically exported from code.google.com/p/google-caldav-issues
0 stars 0 forks source link

Incorrect <comp> tag in supported-calendar-component-set #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. send a PROPFIND requesting the <supported-calendar-component-set/> property

What is the expected output?
---snip---
  <C:supported-calendar-component-set
       xmlns:C="urn:ietf:params:xml:ns:caldav">
    <C:comp name="VEVENT" />
  </C:supported-calendar-component-set>
---snap---

What do you see instead?
---snip---
  <C:supported-calendar-component-set
       xmlns:C="urn:ietf:params:xml:ns:caldav">
    <C:comp>VEVENT</C:comp>
  </C:supported-calendar-component-set>
---snap---

Original issue reported on code.google.com by helge.h...@googlemail.com on 31 Jul 2008 at 6:20

GoogleCodeExporter commented 9 years ago
This is fixed and pushed to production.

Original comment by di...@google.com on 2 Oct 2008 at 11:41