dup_timezone_as_string


Description:

public bool dup_timezone_as_string (string tzid, out string out_zone_string, Cancellable? cancellable = null) throws Error

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

The returned string is an iCal string for that ICalTimezone and should be freed with g_free when no longer needed.

Parameters:

this

an CalCache

tzid

a timezone ID to get

out_zone_string

return location for the Timezone as iCal string

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.