[ Version ( since = "3.10" ) ]
public async bool remove_objects (List<ComponentId> component_ids, ObjModType mod, OperationFlags opflags, Cancellable? cancellable) throws Error
Asynchronously removes one or more iCalendar objects according to component_ids and mod.
When the operation is finished, callback will be called. You can then call remove_objects.end to
get the result of the operation.
| 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 |
| callback |
a TaskReadyCallback to call when the request is satisfied |
| user_data |
data to pass to the callback function |