set_component_extra


Description:

public bool set_component_extra (string uid, string? rid, string? extra, Cancellable? cancellable = null) throws Error

Sets or replaces the extra data associated with a component identified by uid and optionally rid.

Parameters:

this

an CalCache

uid

a UID of the component

rid

an optional Recurrence-ID

extra

extra data to set for the component

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.