:right-sidebar: True Array =================================================================== .. currentmodule:: gi.repository.ICalGLib .. class:: Array(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.ICalGLib.Object`, :class:`~gi.repository.GObject.Object` This is the ICalArray instance. Methods ------- .. rst-class:: interim-class .. class:: Array :no-index: .. method:: remove_element_at(position: int) -> None Removes the element at the ``position`` from the array. .. versionadded:: 1.0 :param position: The position in which the element will be removed from the array .. method:: size() -> int Gets the size of the array. .. versionadded:: 1.0