Footprints Data Model

Table
Table Name Calendar Subscription
Table Definition A Calendar Subscription contains a ticket key and a collection uid. It is a way to associate a collection that is not owned by the user to the user. The ticket key provides the necessary authentication to access the collection. Not used.

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
Calendar Subscription Id The automatically generated primary key of the cal_subscription table. LONG Yes
create date create date LONG No
etag etag VARCHAR(255) No
modify date modify date LONG No
collection uid id of the collection VARCHAR(255) Yes
display name Name of the calendar in the UI VARCHAR(255) Yes
ticket key permissions VARCHAR(255) Yes
Application User Id A Foreign Key to the Application User table. LONG No