modify_object_sync
Description:
public bool modify_object_sync (Component icalcomp, ObjModType mod, OperationFlags opflags, Cancellable? cancellable = null) throws Error
Requests the calendar backend to modify an existing object.
If the object does not exist on the calendar, an error will be returned.
For recurrent appointments, the mod
argument specifies what to modify, if all instances (
ALL), a single instance (
THIS), or a specific set of instances (
THIS_AND_PRIOR and
THIS_AND_FUTURE).
Parameters:
this |
an Client |
icalcomp |
Component to modify |
mod |
Type of modification |
opflags |
bit-or of OperationFlags |
cancellable |
a Cancellable; can be null |
Returns:
true if successful, false otherwise. |