Footprints Data Model

Table
Name cal_event_stamp
Comment
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.

Column
Name Datatype Comment Is PK Is FK
cal_stamp_id bigint A Foreign Key to the Calendar Stamp table. Yes Yes
ical_data varchar(max) The value of a Calendar Event Stamp, stored as a long text object. No No
end_date varchar(255) end date. No No
is_floating bit Indicates if is floating. No No
is_recurring bit Indicates if is recurring. No No
start_date varchar(255) start date. No No