Currently there doesn't appear to be any registration of an address book when created. I have looked in inbox, preferences, public type index and private type index.
In working on this issue in profile-pane SolidOS/profile-pane#9, I need a way to find a users address books so I can present them as a place to store the contact.
I'm also allowing the user to create an address book and I'm not sure where I should register the address book so that I can find it again.
Also, I'm not sure if it's important to mention, but just in case ... I'm trying to use https://github.com/solid-contrib/data-modules to read and write the address data and here it doesn't add a public address to a type index, but a private address it adds to the private type index.
Currently there doesn't appear to be any registration of an address book when created. I have looked in inbox, preferences, public type index and private type index.
In working on this issue in profile-pane SolidOS/profile-pane#9, I need a way to find a users address books so I can present them as a place to store the contact.
I'm also allowing the user to create an address book and I'm not sure where I should register the address book so that I can find it again.
Also, I'm not sure if it's important to mention, but just in case ... I'm trying to use https://github.com/solid-contrib/data-modules to read and write the address data and here it doesn't add a public address to a type index, but a private address it adds to the private type index.