[ 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.
| this |
an CalBackend |
| tzid |
a unique ID for an iCalendar VTIMEZONE object |
| cancellable |
optional Cancellable object, or null |
|
an iCalendar string, or null on error |