tzlookup_icalcomp_cb
Description:
[ Version ( since = "3.34" ) ]
public static unowned Timezone? tzlookup_icalcomp_cb (string tzid, ClientTzlookupICalCompData lookup_data, Cancellable? cancellable = null) throws Error
public static unowned Timezone? tzlookup_icalcomp_cb (string tzid, ClientTzlookupICalCompData lookup_data, Cancellable? cancellable = null) throws Error
An implementation of the RecurResolveTimezoneCb callback which backends can use.
Searches for the timezone in an icalcomponent associated with the lookup_data
ecalclienttzlookupicalcompdata.
The returned timezone object is owned by the lookup_data
.
Parameters:
tzid |
ID of the timezone to lookup |
lookup_data |
an ClientTzlookupICalCompData strcture, created with ClientTzlookupICalCompData |
cancellable |
an optional Cancellable to use, or null |
Returns:
A timezone object, or null, if not found inside |