get_default_object_sync


Description:

public bool get_default_object_sync (out Component out_icalcomp, Cancellable? cancellable = null) throws Error

Retrives an Component from the backend that contains the default values for properties needed.

This out_icalcomp should be freed with unref, when no longer needed.

Parameters:

this

an Client

out_icalcomp

Return value for the default calendar object.

cancellable

a Cancellable; can be null

Returns:

true if successful, false otherwise.