This table contains all events.
Primary key: EventID
Field Name | Description | Version Added |
EventID | The unique ID for this record. (int(4), NOT NULL) | 11.0 |
ListID | The list of which the event belongs. (int(4), NOT NULL) | 11.0 |
EventDate | The date when the event occurs, or the first occurrence of a recurring event. (smalldatetime, NULL) | 11.0 |
Title | The title of the event. (varchar(2000), not null) | 11.0 |
StartTime | The time the event starts. (smallint, not null) | 11.0 |
EndTime | The time the event ends. (smallint, not null) | 11.0 |
AllDayEvent | Determines whether the event is an all day event. (Char(1)) | 11.0 |
Interval | Determines whether the event is recurring. (smaillint) | 11.0 |
Description | The description of the event. (varchar(2000)) | 11.0 |
LastDate | The date of the last occurrence of a recurring event. (smalldatetime, NULL) | 11.0 |
Created | The date the event was created. (smalldatetime, NULL) | 11.0 |