emersion / go-webdav

A Go library for WebDAV, CalDAV and CardDAV
MIT License
314 stars 66 forks source link

carddav: support multiple address books #141

Closed bitfehler closed 7 months ago

bitfehler commented 7 months ago

This is the equivalent of #127 (and #140) for CardDAV and finally allows backends to serve different address books to different users.

While I'm breaking the interface, correct one last instance of "Addressbook" to "AddressBook" (in AddressBookHomeSetPath).

bitfehler commented 7 months ago

I forgot something, will fix

bitfehler commented 7 months ago

Had actually just forgotten to remove the TODO comments :innocent: sorry about the noise