Footprints Data Model |
Table |
Table Name | Calendar Event Stamp |
Table Definition | A log of calendar service events. A stamp associates a related set of properties/attributes/methods to an Calendar Item. Event Stamp contains properties and apis relating to an iCal event. |
Attribute |
Attribute Name | Attribute Definition | Logical Datatype | Is Required |
Calendar Stamp Id | A Foreign Key to the Calendar Stamp table. | LONG | Yes |
ical data | The value of a Calendar Event Stamp, stored as a long text object. | TEXT | Yes |
end date | end date. | VARCHAR(255) | No |
is floating | Indicates if is floating. | BOOLEAN | No |
is recurring | Indicates if is recurring. | BOOLEAN | No |
start date | start date. | VARCHAR(255) | No |