get_components_by_uid_as_string


Description:

public bool get_components_by_uid_as_string (string uid, out SList<string> out_icalstrings, Cancellable? cancellable = null) throws Error

Gets the master object and all detached instances as string for a component identified by the uid.

Free the returned SList with g_slist_free_full (icalstrings, g_free); when no longer needed.

Parameters:

this

an CalCache

uid

a UID of the component

out_icalstrings

return location for the iCal strings

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.