get_timezone


Description:

public bool get_timezone (string tzid, out unowned Timezone out_zone, Cancellable? cancellable = null) throws Error

Gets a timezone with given tzid, which had been previously put into the this with put_timezone.

The returned ICalTimezone is owned by the this and should not be freed.

Parameters:

this

an CalCache

tzid

a timezone ID to get

out_zone

return location for the Timezone

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.