get_component_extra


Description:

public bool get_component_extra (string uid, string? rid, out string out_extra, Cancellable? cancellable = null) throws Error

Gets the extra data previously set for uid and rid, either with set_component_extra or when adding components.

Parameters:

this

an CalCache

uid

a UID of the component

rid

an optional Recurrence-ID

out_extra

return location to store the extra data

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.