get_timezone


Description:

[ Version ( since = "3.10" ) ]
public async string get_timezone (string tzid, Cancellable? cancellable) throws Error

Asynchronously obtains the VTIMEZONE object identified by tzid.

When the operation is finished, callback will be called. You can then call get_timezone.end to get the result of the operation.

Parameters:

this

an CalBackend

tzid

a unique ID for an iCalendar VTIMEZONE object

cancellable

optional Cancellable object, or null

callback

a TaskReadyCallback to call when the request is satisfied

user_data

data to pass to the callback function