medabdellahi / google-caldav-issues

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

Add support for CardDAV #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Would be nice if Google would also support CardDAV, or at least the
GroupDAV subset (just a specific PROPFIND), in addition to CalDAV.

The exposed CardDAV hierarchy could work similar to the hierarchy exposed
by the IMAP4 interface for labels. Eg:

  www.google.com/dav/
    /calendars
      [CalDAV calendars]
    /addressbook
      All/
      Recent/
      My Group/
      My Other Group/

It would be great if HTTP resources in virtual collections (like "My
Group") would contain a proper Content-Location header which points to the
main entry.

Example:
  GET /dav/addressbook/My Group/29839829.vcf
would give:
  HTTP/1.1 200 OK
  Content-Location: /dav/addressbook/All/29839829.vcf
  Content-Type: text/x-vcard
  Content-Length: 2983
  ETag: 298923
  ...[content]...

This way a native client can detect that those are the same messages.

Original issue reported on code.google.com by helge.h...@googlemail.com on 1 Aug 2008 at 10:45

GoogleCodeExporter commented 9 years ago

Original comment by kewi...@gmail.com on 18 Aug 2008 at 1:13

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
It doesn't seem possible to sync both my work google account and my personal 
google account with my Mac 
Address Book without this feature.

Original comment by mbur...@gmail.com on 7 May 2010 at 7:12

GoogleCodeExporter commented 9 years ago
With the introduction of iCloud on OS X, it has now become impossible for 
anyone using Google sync for contacts to use iCloud's contacts.  That should at 
least affect the Priority of this issue.

Original comment by lhunath@lyndir.com on 17 Oct 2011 at 9:52