christian-putzke / Roundcube-CardDAV

Roundcube CardDAV Plugin
http://www.graviox.de
GNU Affero General Public License v3.0
119 stars 28 forks source link

Add Zimbra support (fit conventions a little bit more). #21

Closed bernimoses closed 12 years ago

bernimoses commented 12 years ago

Changed HTTP request Depth to 1 to follow the conventions and get all collection items. http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk/doc/Extensions/caldav-ctag.txt This should be updated to use the CTag property!

christian-putzke commented 12 years ago

I've had a look at this and you linked me the specifications for CalDAV. This is a CardDAV plugin which supports also a depth of infinite and does not have a CTag property. Nervertheless if tried a depth of 1 and it seems to have no effect on the results.

If you have experience with CardDAV and Zimbra implementations it would be great if you can help me with my CardDAV PHP Client (https://github.com/graviox/CardDAV-PHP/) to add Zimbra support.

bernimoses commented 12 years ago

Oh sry my mistake. But however setting the depth to 1 works with zimbra and did not affect for example owncloud (its the only server i've tested, too).

Maybee a workarround is to check if there is something with a depth of 0 and if not raise it to 1?

No sry, i have not many experience with implemtations for carddav and zimbra. This was only a try and fail bugfix. ;P

christian-putzke commented 12 years ago

Can you provide me a Test account on your Zimbra server so that I can confirm and integrate all the changes? That would be great.

bernimoses commented 12 years ago

I've wrote you a mail with all the infos for my Zimbra Server.

krambiorix commented 11 years ago

Hi, is there some progress on this?

bernimoses commented 11 years ago

Sry i dont know. The account ive made has never been used.