This function allows the removal of instances of a recurrent appointment.
By using a combination of the uid
, rid
and mod
arguments, you can remove specific instances. If
what you want is to remove all instances, use null rid
and
ALL for the mod
.
this |
an Client |
uid |
UID of the object to remove |
rid |
Recurrence ID of the specific recurrence to remove |
mod |
Type of the removal |
opflags |
bit-or of OperationFlags |
cancellable |
a Cancellable; can be null |
true if successful, false otherwise. |