get_timezone
Description:
public async bool get_timezone (string tzid, Cancellable? cancellable, out unowned Timezone out_zone) throws Error
Retrieves a timezone object from the calendar backend.
The call is finished by get_timezone.end from the callback
.
Parameters:
this |
an Client |
tzid |
ID of the timezone to retrieve |
cancellable |
a Cancellable; can be null |
callback |
callback to call when a result is ready |
user_data |
user data for the |