get_timezone_sync


Description:

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

Retrieves a timezone object from the calendar backend.

This object is owned by the this, thus do not free it.

Parameters:

this

an Client

tzid

ID of the timezone to retrieve

out_zone

Return value for the timezone

cancellable

a Cancellable; can be null

Returns:

true if successful, false otherwise.