[ Version ( since = "3.6" ) ]
public bool remove_objects_sync (SList<ComponentId> ids, ObjModType mod, OperationFlags opflags, Cancellable? cancellable = null) throws Error
This function allows the removal of instances of recurrent appointments.
ComponentId objects can identify specific instances (if rid is not
null). If what you want is to remove all instances, use a null rid in
the ComponentId and ALL for the
mod
.
this |
an Client |
ids |
a list of ComponentId objects identifying the objects to remove |
mod |
Type of the removal |
opflags |
bit-or of OperationFlags |
cancellable |
a Cancellable; can be null |
true if successful, false otherwise. |