:right-sidebar: True Value =================================================================== .. currentmodule:: gi.repository.ICalGLib .. class:: Value(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.ICalGLib.Object`, :class:`~gi.repository.GObject.Object` This is the ICalValue instance. Constructors ------------ .. rst-class:: interim-class .. class:: Value :no-index: .. classmethod:: new(kind: ~gi.repository.ICalGLib.ValueKind) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with specific kind. .. versionadded:: 1.0 :param kind: A :obj:`~gi.repository.ICalGLib.ValueKind` .. classmethod:: new_action(v: ~gi.repository.ICalGLib.PropertyAction) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type action. .. versionadded:: 1.0 :param v: The action value .. classmethod:: new_attach(v: ~gi.repository.ICalGLib.Attach) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type attach. .. versionadded:: 1.0 :param v: The attach value .. classmethod:: new_binary(v: str) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type binary. .. versionadded:: 1.0 :param v: The binary value .. classmethod:: new_boolean(v: int) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type boolean. .. versionadded:: 1.0 :param v: The boolean value .. classmethod:: new_busytype(v: ~gi.repository.ICalGLib.PropertyBusytype) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type busytype. .. versionadded:: 2.0 :param v: The busytype value .. classmethod:: new_caladdress(v: str) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type caladdress. .. versionadded:: 1.0 :param v: The caladdress value .. classmethod:: new_carlevel(v: ~gi.repository.ICalGLib.PropertyCarlevel) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type carlevel. .. versionadded:: 1.0 :param v: The carlevel value .. classmethod:: new_class(v: ~gi.repository.ICalGLib.Property_Class) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type class. .. versionadded:: 1.0 :param v: The class value .. classmethod:: new_cmd(v: ~gi.repository.ICalGLib.PropertyCmd) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type cmd. .. versionadded:: 1.0 :param v: The cmd value .. classmethod:: new_date(v: ~gi.repository.ICalGLib.Time) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type date. .. versionadded:: 1.0 :param v: The date value .. classmethod:: new_datetime(v: ~gi.repository.ICalGLib.Time) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type datetime. .. versionadded:: 1.0 :param v: The datetime value .. classmethod:: new_datetimedate(v: ~gi.repository.ICalGLib.Time) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type datetimedate (DATE-TIME or DATE). .. versionadded:: 3.0 :param v: The DATE-TIME or DATE value .. classmethod:: new_datetimeperiod(v: ~gi.repository.ICalGLib.Datetimeperiod) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type datetimeperiod. .. versionadded:: 1.0 :param v: The datetimeperiod value .. classmethod:: new_duration(v: ~gi.repository.ICalGLib.Duration) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type duration. .. versionadded:: 1.0 :param v: The duration value .. classmethod:: new_float(v: float) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type float. .. versionadded:: 1.0 :param v: The float value .. classmethod:: new_from_string(kind: ~gi.repository.ICalGLib.ValueKind, str: str) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` based on the :obj:`~gi.repository.ICalGLib.ValueKind` and a string. .. versionadded:: 1.0 :param kind: A :obj:`~gi.repository.ICalGLib.ValueKind` :param str: A string .. classmethod:: new_geo(v: ~gi.repository.ICalGLib.Geo) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type geo. .. versionadded:: 1.0 :param v: The geo value .. classmethod:: new_integer(v: int) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type integer. .. versionadded:: 1.0 :param v: The integer value .. classmethod:: new_method(v: ~gi.repository.ICalGLib.PropertyMethod) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type method. .. versionadded:: 1.0 :param v: The method value .. classmethod:: new_period(v: ~gi.repository.ICalGLib.Period) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type period. .. versionadded:: 1.0 :param v: The period value .. classmethod:: new_pollcompletion(v: ~gi.repository.ICalGLib.PropertyPollcompletion) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type pollcompletion. .. versionadded:: 2.0 :param v: The pollcompletion value .. classmethod:: new_pollmode(v: ~gi.repository.ICalGLib.PropertyPollmode) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type pollmode. .. versionadded:: 2.0 :param v: The pollmode value .. classmethod:: new_query(v: str) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type query. .. versionadded:: 1.0 :param v: The query value .. classmethod:: new_querylevel(v: ~gi.repository.ICalGLib.PropertyQuerylevel) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type querylevel. .. versionadded:: 1.0 :param v: The querylevel value .. classmethod:: new_recur(v: ~gi.repository.ICalGLib.Recurrence) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type recur. .. versionadded:: 1.0 :param v: The recur value .. classmethod:: new_requeststatus(v: ~gi.repository.ICalGLib.Reqstat) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type requeststatus. .. versionadded:: 1.0 :param v: The requeststatus value .. classmethod:: new_status(v: ~gi.repository.ICalGLib.PropertyStatus) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type status. .. versionadded:: 1.0 :param v: The status value .. classmethod:: new_string(v: str) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type string. .. versionadded:: 1.0 :param v: The string value .. classmethod:: new_taskmode(v: ~gi.repository.ICalGLib.PropertyTaskmode) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type taskmode. .. versionadded:: 2.0 :param v: The taskmode value .. classmethod:: new_text(v: str) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type text. .. versionadded:: 1.0 :param v: The text value .. classmethod:: new_transp(v: ~gi.repository.ICalGLib.PropertyTransp) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type transp. .. versionadded:: 1.0 :param v: The transp value .. classmethod:: new_trigger(v: ~gi.repository.ICalGLib.Trigger) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type trigger. .. versionadded:: 1.0 :param v: The trigger value .. classmethod:: new_uri(v: str) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type uri. .. versionadded:: 1.0 :param v: The uri value .. classmethod:: new_utcoffset(v: int) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type utcoffset. .. versionadded:: 1.0 :param v: The utcoffset value .. classmethod:: new_x(v: str) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type x. .. versionadded:: 1.0 :param v: The x value .. classmethod:: new_xlicclass(v: ~gi.repository.ICalGLib.PropertyXlicclass) -> ~gi.repository.ICalGLib.Value Creates a new :obj:`~gi.repository.ICalGLib.Value` with the type xlicclass. .. versionadded:: 1.0 :param v: The xlicclass value Methods ------- .. rst-class:: interim-class .. class:: Value :no-index: .. method:: as_ical_string() -> str Converts the :obj:`~gi.repository.ICalGLib.Value` to a string. .. versionadded:: 1.0 .. method:: clone() -> ~gi.repository.ICalGLib.Value Deeply clone a :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: compare(b: ~gi.repository.ICalGLib.Value) -> ~gi.repository.ICalGLib.ParameterXliccomparetype Compares two :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param b: A :obj:`~gi.repository.ICalGLib.Value` .. classmethod:: decode_ical_string() -> str | None Extracts the original character string encoded by the above function. .. versionadded:: 1.0 .. classmethod:: encode_ical_string() -> str | None Encodes a character string in ical format, escape certain characters, etc. .. versionadded:: 1.0 .. method:: get_action() -> ~gi.repository.ICalGLib.PropertyAction Gets the action of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_attach() -> ~gi.repository.ICalGLib.Attach | None Gets the attach of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_binary() -> str | None Gets the binary of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_boolean() -> int Gets the boolean of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_busytype() -> ~gi.repository.ICalGLib.PropertyBusytype Gets the busytype of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 2.0 .. method:: get_caladdress() -> str | None Gets the caladdress of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_carlevel() -> ~gi.repository.ICalGLib.PropertyCarlevel Gets the carlevel of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_class() -> ~gi.repository.ICalGLib.Property_Class Gets the class of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_cmd() -> ~gi.repository.ICalGLib.PropertyCmd Gets the cmd of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_date() -> ~gi.repository.ICalGLib.Time | None Gets the date of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_datetime() -> ~gi.repository.ICalGLib.Time | None Gets the datetime of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_datetimedate() -> ~gi.repository.ICalGLib.Time | None Gets the datetimedate (DATE-TIME or DATE) of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 3.0 .. method:: get_datetimeperiod() -> ~gi.repository.ICalGLib.Datetimeperiod | None Gets the datetimeperiod of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_duration() -> ~gi.repository.ICalGLib.Duration | None Gets the duration of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_float() -> float Gets the float of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_geo() -> ~gi.repository.ICalGLib.Geo | None Gets the geo of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_integer() -> int Gets the integer of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_method() -> ~gi.repository.ICalGLib.PropertyMethod Gets the method of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_parent() -> ~gi.repository.ICalGLib.Property | None Gets the parent :obj:`~gi.repository.ICalGLib.Property` of the specified :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 3.0 .. method:: get_period() -> ~gi.repository.ICalGLib.Period | None Gets the period of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_pollcompletion() -> ~gi.repository.ICalGLib.PropertyPollcompletion Gets the pollcompletion of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 2.0 .. method:: get_pollmode() -> ~gi.repository.ICalGLib.PropertyPollmode Gets the pollmode of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 2.0 .. method:: get_query() -> str | None Gets the query of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_querylevel() -> ~gi.repository.ICalGLib.PropertyQuerylevel Gets the querylevel of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_recur() -> ~gi.repository.ICalGLib.Recurrence | None Gets the recur of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_requeststatus() -> ~gi.repository.ICalGLib.Reqstat | None Gets the requeststatus of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_status() -> ~gi.repository.ICalGLib.PropertyStatus Gets the status of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_string() -> str | None Gets the string of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_taskmode() -> ~gi.repository.ICalGLib.PropertyTaskmode Gets the taskmode of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 2.0 .. method:: get_text() -> str | None Gets the text of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_transp() -> ~gi.repository.ICalGLib.PropertyTransp Gets the transp of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_trigger() -> ~gi.repository.ICalGLib.Trigger | None Gets the trigger of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_uri() -> str | None Gets the uri of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_utcoffset() -> int Gets the utcoffset of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_x() -> str | None Gets the x of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: get_xlicclass() -> ~gi.repository.ICalGLib.PropertyXlicclass Gets the xlicclass of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: is_valid() -> bool Checks if :obj:`~gi.repository.ICalGLib.Value` is valid. .. versionadded:: 1.0 .. method:: isa() -> ~gi.repository.ICalGLib.ValueKind Gets the kind of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: isa_value() -> int Checks whether the native part of :obj:`~gi.repository.ICalGLib.Value` is an icalvalue. .. versionadded:: 1.0 .. classmethod:: kind_from_string() -> ~gi.repository.ICalGLib.ValueKind Converts a string to :obj:`~gi.repository.ICalGLib.ValueKind`\. .. versionadded:: 1.0 .. classmethod:: kind_is_valid() -> bool Checks whether the :obj:`~gi.repository.ICalGLib.ValueKind` is valid. .. versionadded:: 1.0 .. classmethod:: kind_to_property_kind() -> ~gi.repository.ICalGLib.PropertyKind Converts a :obj:`~gi.repository.ICalGLib.ValueKind` to a :obj:`~gi.repository.ICalGLib.PropertyKind`\. .. versionadded:: 1.0 .. classmethod:: kind_to_string() -> str Converts the :obj:`~gi.repository.ICalGLib.ValueKind` to a string. .. versionadded:: 1.0 .. method:: reset_kind() -> None Resets the kind of :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 .. method:: set_action(v: ~gi.repository.ICalGLib.PropertyAction) -> None Sets the action in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The action value .. method:: set_attach(v: ~gi.repository.ICalGLib.Attach) -> None Sets the attach in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The attach value .. method:: set_binary(v: str) -> None Sets the binary in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The binary value .. method:: set_boolean(v: int) -> None Sets the boolean in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The boolean value .. method:: set_busytype(v: ~gi.repository.ICalGLib.PropertyBusytype) -> None Sets the busytype in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 2.0 :param v: The busytype value .. method:: set_caladdress(v: str) -> None Sets the caladdress in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The caladdress value .. method:: set_carlevel(v: ~gi.repository.ICalGLib.PropertyCarlevel) -> None Sets the carlevel in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The carlevel value .. method:: set_class(v: ~gi.repository.ICalGLib.Property_Class) -> None Sets the class in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The class value .. method:: set_cmd(v: ~gi.repository.ICalGLib.PropertyCmd) -> None Sets the cmd in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The cmd value .. method:: set_date(v: ~gi.repository.ICalGLib.Time) -> None Sets the date in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The date value .. method:: set_datetime(v: ~gi.repository.ICalGLib.Time) -> None Sets the datetime in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The datetime value .. method:: set_datetimedate(v: ~gi.repository.ICalGLib.Time) -> None Sets the datetimedate (DATE-TIME or DATE) in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 3.0 :param v: The datetimedate (DATE-TIME or DATE) value .. method:: set_datetimeperiod(v: ~gi.repository.ICalGLib.Datetimeperiod) -> None Sets the datetimeperiod in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The datetimeperiod value .. method:: set_duration(v: ~gi.repository.ICalGLib.Duration) -> None Sets the duration in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The duration value .. method:: set_float(v: float) -> None Sets the float in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The float value .. method:: set_geo(v: ~gi.repository.ICalGLib.Geo) -> None Sets the geo in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The geo value .. method:: set_integer(v: int) -> None Sets the integer in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The integer value .. method:: set_method(v: ~gi.repository.ICalGLib.PropertyMethod) -> None Sets the method in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The method value .. method:: set_parent(property: ~gi.repository.ICalGLib.Property | None = None) -> None Sets the parent property of a value. .. versionadded:: 2.0 :param property: The parent :obj:`~gi.repository.ICalGLib.Property` .. method:: set_period(v: ~gi.repository.ICalGLib.Period) -> None Sets the period in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The period value .. method:: set_pollcompletion(v: ~gi.repository.ICalGLib.PropertyPollcompletion) -> None Sets the pollcompletion in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 2.0 :param v: The pollcompletion value .. method:: set_pollmode(v: ~gi.repository.ICalGLib.PropertyPollmode) -> None Sets the pollmode in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 2.0 :param v: The pollmode value .. method:: set_query(v: str) -> None Sets the query in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The query value .. method:: set_querylevel(v: ~gi.repository.ICalGLib.PropertyQuerylevel) -> None Sets the querylevel in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The querylevel value .. method:: set_recur(v: ~gi.repository.ICalGLib.Recurrence) -> None Sets the recur in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The recur value .. method:: set_requeststatus(v: ~gi.repository.ICalGLib.Reqstat) -> None Sets the requeststatus in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The requeststatus value .. method:: set_status(v: ~gi.repository.ICalGLib.PropertyStatus) -> None Sets the status in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The status value .. method:: set_string(v: str) -> None Sets the string in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The string value .. method:: set_taskmode(v: ~gi.repository.ICalGLib.PropertyTaskmode) -> None Sets the taskmode in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 2.0 :param v: The taskmode value .. method:: set_text(v: str) -> None Sets the text in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The text value .. method:: set_transp(v: ~gi.repository.ICalGLib.PropertyTransp) -> None Sets the transp in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The transp value .. method:: set_trigger(v: ~gi.repository.ICalGLib.Trigger) -> None Sets the trigger in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The trigger value .. method:: set_uri(v: str) -> None Sets the uri in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The uri value .. method:: set_utcoffset(v: int) -> None Sets the utcoffset in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The utcoffset value .. method:: set_x(v: str) -> None Sets the x in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The x value .. method:: set_xlicclass(v: ~gi.repository.ICalGLib.PropertyXlicclass) -> None Sets the xlicclass in the :obj:`~gi.repository.ICalGLib.Value`\. .. versionadded:: 1.0 :param v: The xlicclass value