get_timezone_sync


Description:

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

Obtains the VTIMEZONE object identified by tzid.

Free the returned string with g_free when finished with it.

If an error occurs, the function will set throws and return null.

Parameters:

this

an CalBackend

tzid

a unique ID for an iCalendar VTIMEZONE object

cancellable

optional Cancellable object, or null

Returns:

an iCalendar string, or null on error