remove_object_sync


Description:

public bool remove_object_sync (string uid, string? rid, ObjModType mod, OperationFlags opflags, Cancellable? cancellable = null) throws Error

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.

Parameters:

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

Returns:

true if successful, false otherwise.