recur_expand_recurrence


Description:


[ Version ( since = "1.0" ) ]
public Array<long> recur_expand_recurrence (string rule, long start, int count)

Fills an array with the 'count' number of occurrences generated by the rrule.

Note that the times are returned in UTC, but the times are calculated in local time. YOu will have to convert the results back into local time before using them.

Parameters:

rule

The rule of the recurrence

start

The start seconds past the POSIX epoch

count

The number of elements to be filled up in the array

Returns:

If successful, return the array. NULL if failed.


Namespace: ICal
Package: libical-glib