event.models.occurrence ======================= .. py:module:: event.models.occurrence Classes ------- .. autoapisummary:: event.models.occurrence.Occurrence Module Contents --------------- .. py:class:: Occurrence Bases: :py:obj:`onegov.core.orm.Base`, :py:obj:`onegov.event.models.mixins.OccurrenceMixin`, :py:obj:`onegov.core.orm.mixins.TimestampMixin` Defines an occurrence of an event. .. py:attribute:: __tablename__ :value: 'event_occurrences' .. py:attribute:: id :type: sqlalchemy.Column[uuid.UUID] .. py:attribute:: event_id :type: sqlalchemy.Column[uuid.UUID] .. py:attribute:: event :type: sqlalchemy.orm.relationship[onegov.event.models.Event] .. py:method:: as_ical(url: str | None = None) -> bytes Returns the occurrence as iCalendar string. .. py:property:: access :type: str