mkcol_addressbook_sync
Description:
public bool mkcol_addressbook_sync (string uri, string? display_name, string? description, Cancellable? cancellable = null) throws Error
Creates a new address book collection identified by uri
on the server.
Note that CardDAV RFC 6352 Section 5.2 forbids to create address book resources under other address book resources (no nested address books are allowed).
Parameters:
this | |
uri |
URI of the collection to create |
display_name |
a human-readable display name to set, or |
description |
a human-readable description of the address book, or |
cancellable |
optional Cancellable object, or |
Returns:
Whether succeeded. |