remove_objects_sync


Description:

[ Version ( since = "3.10" ) ]
public bool remove_objects_sync (List<ComponentId> component_ids, ObjModType mod, OperationFlags opflags, Cancellable? cancellable = null) throws Error

Removes one or more iCalendar objects according to component_ids and mod.

If an error occurs, the function will set throws and return false.

Parameters:

this

an CalBackend

component_ids

a List of ComponentId structs

mod

modification type for recurrences

opflags

bit-or of OperationFlags

cancellable

optional Cancellable object, or null

Returns:

true on success, false on failure