CalCacheOfflineChange


Description:

[ CCode ( has_construct_function = false ) ]
public CalCacheOfflineChange (string uid, string? rid, string? revision, string? object, OfflineState state)

Creates a new CalCacheOfflineChange with the offline state information for the given uid.

Parameters:

uid

a unique component identifier

rid

a Recurrence-ID of the component

revision

a revision of the component

object

component itself

state

an OfflineState

Returns:

A new CalCacheOfflineChange. Free it with cal_cache_offline_change_free when no longer needed.