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

an WebDAVSession

uri

URI of the collection to create

display_name

a human-readable display name to set, or null

description

a human-readable description of the address book, or null

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.