Method

ECalComponentget_recurid_as_string

since: 3.34

Declaration [src]

gchar*
e_cal_component_get_recurid_as_string (
  ECalComponent* comp
)

Description [src]

Gets the recurrence ID property as a string.

Available since: 3.34

Return value

Type: gchar*

The recurrence ID as a string.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.