[ 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.
| 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 |
|
true on success, false on failure |