SharedBook

Specifies a shared personal address book (PAB).

Syntax

<SharedBook>
<extension base="AddressBook">
  <ref="rights"/>
  <acl type="AccessControlList"/>
  <owner type="UUID"/>
  <isSharedByMe type="boolean"/>
  <isSharedToMe type="boolean"/>
<SharedBook>

Definition

rights

Specifies the rights that user2 has to a folder.

Acl

Specifies tie rights that user1 gives to user2 during the creation of the folder.

owner

Specifies the owner of the folder.

isSharedByMe

Specifies if you shared this folder with other users. For example, if user1 shares a folder with user2, the isSharedByMe is True for user1.

isSharedToMe

Specifies if another user shared this folder with you. For example, if user1 shares a folder with user2, the isSharedToMe is True for user2.