ECal.ClientTzlookupICalCompData¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
Details¶
- class ECal.ClientTzlookupICalCompData¶
Contains data used as lookup_data of
ECal.Client.tzlookup_icalcomp_cb().New in version 3.34.
- classmethod new(icomp)¶
- Parameters:
icomp (
ICalGLib.Component) – anICalGLib.Component- Returns:
- Return type:
Constructs a new
ECal.ClientTzlookupICalCompData, which can be used as a lookup_data argument ofECal.Client.tzlookup_icalcomp_cb(). Free it withECal.ClientTzlookupICalCompData.free(), when no longer needed.New in version 3.34.
- copy()¶
- Returns:
copy of the self. Free the returned structure with
ECal.ClientTzlookupICalCompData.free(), when no longer needed.- Return type:
Copies given
ECal.ClientTzlookupICalCompDatastructure. When the self isNone, simply returnsNoneas well.New in version 3.34.
- free()¶
Frees previously allocated
ECal.ClientTzlookupICalCompDatastructure withECal.ClientTzlookupICalCompData.new() orECal.ClientTzlookupICalCompData.copy(). The function does nothing when self isNone.New in version 3.34.
- get_icalcomponent()¶
- Returns:
The
ICalGLib.Componentassociated with the self- Return type:
New in version 3.34.