notify_component_removed


Description:

[ Version ( since = "3.4" ) ]
public void notify_component_removed (ComponentId id, Component old_component, Component new_component)

Notifies each of the backend's listeners about a removed object.

Uses the DataCalView's fields-of-interest to filter out unwanted information from ical strings sent over the bus.

Parameters:

this

an CalBackend

id

the Id of the removed object

old_component

the removed component

new_component

the component after the removal. This only applies to recurrent appointments that had an instance removed. In that case, this function notifies a modification instead of a removal.