LyrEvents

This table contains all events.

Primary key: EventID

Field Name

Description

Version Added

EventIDThe unique ID for this record. (int(4), NOT NULL)11.0
ListIDThe 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
TitleThe title of the event. (varchar(2000), not null)11.0
StartTime The time the event starts. (smallint, not null)11.0
EndTimeThe time the event ends. (smallint, not null)11.0
AllDayEvent Determines whether the event is an all day event. (Char(1))11.0
IntervalDetermines whether the event is recurring. (smaillint)11.0
DescriptionThe description of the event. (varchar(2000))11.0
LastDateThe date of the last occurrence of a recurring event. (smalldatetime, NULL)11.0
Created The date the event was created. (smalldatetime, NULL)11.0