[ Version ( since = "3.34" ) ]
public bool get_component_custom_flags (string uid, string? rid, out uint32 out_custom_flags, Cancellable? cancellable = null) throws Error
Gets the custom flags previously set for uid and rid, either with
set_component_custom_flags, when adding components or when
removing components in offline.
| this |
an CalCache |
| uid |
a UID of the component |
| rid |
an optional Recurrence-ID |
| out_custom_flags |
return location to store the custom flags |
| cancellable |
optional Cancellable object, or null |
|
Whether succeeded. |