get_component


Description:

public bool get_component (string uid, string? rid, out Component out_component, Cancellable? cancellable = null) throws Error

Gets a component identified by uid, and optionally by the rid, from the this.

The returned out_component should be freed with unref, when no longer needed.

Parameters:

this

an CalCache

uid

a UID of the component

rid

an optional Recurrence-ID

out_component

return location for an Component

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.