[ Deprecated ( since = "3.2" ) ]
public bool remove_object (string uid) throws Error
Warning: remove_object is deprecated.
Asks a calendar to remove all components with the given UID.
If more control of the removal is desired, then use e_cal_remove_object_with_mod
. If the server is able to remove the
component(s), all clients will be notified and they will emit the "obj_removed" signal.
uid |
Unique identifier of the calendar component to remove. |
true if successful, false otherwise. |