AddressBooks
Address-book operations. Reached via books.
Functions
Link copied to clipboard
Deletes the address book at addressBookUri and everything in it.
Link copied to clipboard
suspend fun ensureContainer(webId: String, storage: String? = null, container: String? = null): AddressBookList?
Bootstraps the address-book container if absent, then returns the books in it.
Link copied to clipboard
suspend fun ensureDefault(webId: String, storage: String? = null, title: String = "Contacts"): AddressBook?
Returns the user's default address book, creating it (titled title) if absent.
Link copied to clipboard
Reads the address book at addressBookUri.
Link copied to clipboard
Returns every address book that belongs to webId.
Link copied to clipboard
Renames the address book at addressBookUri.