medabdellahi / google-caldav-issues

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

Add 'component' parameter to content-type of iCal resources #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. perform a PROPFIND depth:1 on a calendar collection, query the
DAV:getcontenttype property

What is the expected output?

It would be nice if the content-type of the resources would include the
type of the contained component, eg:

  <D:getcontenttype>text/calendar; component=vevent</D:getcontenttype>

What do you see instead?

Only the plain content type 'text/calendar' is returned, eg:

  <D:getcontenttype>text/calendar</D:getcontenttype>

Technically this is just fine, but the additional 'component' parameter
allows for various optimizations.

Please provide any additional information below.

The 'component' parameter is described here:

  http://www.faqs.org/rfcs/rfc2447.html

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

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

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

GoogleCodeExporter commented 9 years ago
Confirmed. Seems to work fine, thanks.

Original comment by helge.h...@googlemail.com on 5 Oct 2008 at 1:55