Skip to content

Dates

Edoxen uses a structured ResolutionDate type to distinguish the different kinds of dates a resolution or meeting can have:

yaml
dates:
  - start: '2025-10-13'
    end: '2025-10-15'
    kind: meeting
  - start: '2025-10-14'
    kind: decision
  - start: '2025-11-01'
    kind: effective

Fields

FieldTypeRequiredDescription
startdate (ISO 8601)yesStart date, or the single date if no range.
enddate (ISO 8601)noEnd date for ranges.
kindenumyesSee below.

Kinds

KindDescription
meetingWhen the meeting took place (top-level metadata).
decisionWhen the resolution was decided.
effectiveWhen the resolution takes legal effect.
enactmentWhen the resolution was enacted into law/charter.
ballotWhen a ballot was conducted.

An open source project of Ribose