Creates a new #ECalComponentAlarmRepeat describing alarm repetitions. The returned structure should be freed with e_cal_component_alarm_repeat_free(), when no longer needed.
number of extra repetitions, zero for none
interval between repetitions
Returns the interval between repetitions of the repeat,
as an #ICalDuration
object. This object is owned by repeat
and should not be freed. It's valid until
the repeat
is not freed or its interval changed with either e_cal_component_alarm_repeat_set_interval()
or e_cal_component_alarm_repeat_set_interval_seconds().
Returns the interval between repetitions of the repeat
in seconds.
Set the interval
between repetitions of the repeat
.
interval between repetitions, as an #ICalDuration
Set the interval_seconds
between repetitions of the repeat
.
interval between repetitions, in seconds
Set the repetitions
count of the repeat
.
number of repetitions, zero for none
Creates a new #ECalComponentAlarmRepeat describing alarm repetitions. The returned structure should be freed with e_cal_component_alarm_repeat_free(), when no longer needed.
number of extra repetitions, zero for none
interval between repetitions
Creates a new #ECalComponentAlarmRepeat describing alarm repetitions. The returned structure should be freed with e_cal_component_alarm_repeat_free(), when no longer needed.
number of extra repetitions, zero for none
interval between repetitions, in seconds
A structure holding whether and how an alarm repeats. Use the functions below to work with it.