Top | ![]() |
![]() |
![]() |
![]() |
ICalRecurIterator * i_cal_recur_iterator_new (ICalRecurrenceType *rule
,ICalTimetype *dtstart
);
Create an ICalRecurIterator.
rule |
The rule applied on the ICalRecurIterator. |
|
dtstart |
The start time of the recurrence. |
Since: 1.0
ICalTimetype *
i_cal_recur_iterator_next (ICalRecurIterator *iterator
);
Get the next occurrence from an iterator.
Since: 1.0
gint i_cal_recur_iterator_set_start (ICalRecurIterator *iterator
,ICalTimetype *start
);
Set the date-time at which the iterator will start, where 'start' is a value between DTSTART and UNTIL. Note: CAN NOT be used with RRULEs that contain COUNT.
Since: 3.0
void i_cal_recur_iterator_free (ICalRecurIterator *iterator
);
Free an iterator.
[skip]
Since: 1.0