remove_object
Description:
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.
Parameters:
uid |
Unique identifier of the calendar component to remove. |
Returns:
true if successful, false otherwise. |