ClientViewFlags
Description:
[ CCode ( cprefix = "E_CAL_CLIENT_VIEW_FLAGS_" , has_type_id = false ) ]
[ Flags ]
[ Version ( since = "3.6" ) ]
public enum ClientViewFlags
Flags that control the behaviour of an ClientView.
Content:
Enum values:
- NONE - Symbolic value for no flags
- NOTIFY_INITIAL - If this flag
is set then all objects matching the view's query will be sent as notifications when starting the view, otherwise only future changes
will be reported.