Something is happening at the center/school/institute that is not a Program or Rental. Events appear on the Calendar (or the Master calendar). Events can reserve Meeting Spaces and can have Blocks to reserve Houses.
Table: event
- descr
- longer description of the event
- edate
- end date
- id
- unique id
- max
- Max number of people (used for choosing a Meeting Place).
- name
- short name of the event
- organization_id
- foreign key to organization. The organization determines which calendar the event appears on.
- pr_alert
- This event has an effect on PRs. This column contains text to 'pop up' when a person registers for a PR whose dates overlap with this event's dates.
- sdate
- start date
- sponsor
- obsolete - superceded by organization
- user_id
- which user added this event?
- the_date
- date the event was created
- time
- time the event was created
Relations