extra_cal_dates
Purpose: Adds extra dates into the summative exam calendar.
Field | Type | Purpose |
---|---|---|
id | int(11) unsigned | Primary Key – auto increment. |
title | varchar(255) | Title of the announcement |
message | text | Description of the announcement - displayed in rollover callout in the interface. |
thedate | datetime | The time/date when the event occurs. |
duration | int(11) | How long then event is (minutes) |
bgcolor | varchar(16) | Background colour for the event |
deleted | datetime | When the event was deleted (NULL = event is undeleted). |