resolve_timezone_cb


Description:

public static unowned Timezone? resolve_timezone_cb (string tzid, void* cal_cache, Cancellable? cancellable = null) throws Error

An RecurResolveTimezoneCb callback, which can be used with recur_generate_instances_sync.

The cal_cache is supposed to be an CalCache instance.

Parameters:

tzid

a timezone ID

cal_cache

an CalCache

cancellable

optional Cancellable object, or null

Returns:

the resolved Timezone, or null, if not found