CalCacheSearchData


Description:

[ CCode ( has_construct_function = false ) ]
public CalCacheSearchData (string uid, string? rid, string object, string? extra)

Creates a new CalCacheSearchData prefilled with the given values.

Parameters:

uid

a component UID; cannot be null

rid

a component Recurrence-ID; can be null

object

the component as an iCal string; cannot be null

extra

any extra data stored with the component, or null

Returns:

A new CalCacheSearchData. Free it with cal_cache_search_data_free when no longer needed.