Method
EDataCalDataCalViewget_component_string
since: 3.4
Declaration [src]
gchar*
e_data_cal_view_get_component_string (
EDataCalView* view,
ECalComponent* component
)
Description [src]
This function is similar to e_cal_component_get_as_string() except
that it takes into account the fields-of-interest that view is
configured with and filters out any unneeded fields.
Available since: 3.4
Parameters
component-
Type:
ECalComponentThe
ECalComponentto get the string for.The data is owned by the caller of the method.