Function
ECalutil_normalize_rrule_until_value
since: 3.38
Declaration [src]
void
e_cal_util_normalize_rrule_until_value (
ICalComponent* icalcomp,
ICalTime* ttuntil,
ECalRecurResolveTimezoneCb tz_cb,
gpointer tz_cb_data
)
Description [src]
Makes sure the ttuntil value matches the value type with
the DTSTART value, as required by RFC 5545 section 3.3.10. Uses tz_cb with tz_cb_data to resolve time zones when needed.
Available since: 3.38
Parameters
icalcomp-
Type:
NoneAn
ICalComponent.The data is owned by the caller of the function. ttuntil-
Type:
NoneAn UNTIL value to validate.
The data is owned by the caller of the function. tz_cb-
Type:
ECalRecurResolveTimezoneCbThe
ECalRecurResolveTimezoneCbto call. tz_cb_data-
Type:
gpointerUser data to be passed to the
tz_cbcallback.The argument can be NULL.The data is owned by the caller of the function.