get_rrules


Description:

[ Version ( since = "3.34" ) ]
public SList<Recurrence>? get_rrules ()

Queries the list of recurrence rule properties of a calendar component object.

Free the returned list with g_slist_free_full (slist, g_object_unref);, when no longer needed.

Parameters:

this

A calendar component object.

Returns:

a SList of recurrence rules as Recurrence structures, or null, when none exist.