🔍

_Base Event - Object

The Base Event object type is usually used as an inherited object type, giving the principal object type access to the calendar and time realted functions.  For example, if you want an object type you are creating for your bespoke service to display in a Calendar, you would build your object / properties to suit your system - then inherit the Base Event object type.  This will give your new Object Type access to the following propoerties, which are built to coordinate with a Calendar object type.

IsAllDay (bit)

 

IsSinglePointEvent (bit)

 

EndDate (datetime)

 

LastActionDate (datetime)

 

NextActionDate (datetime)

 

RecurrenceEndDate (datetime)

 

RecurrenceStartDate (datetime)

 

StartDate (datetime)

 

ActionStatus (int)

 

ActionTypeId (int)

 

ObjectId (int)

 

ActionDescription (nvarchar)

 

ActionTaken (smallint)

 

ActionParams (xml)

 

EventDescription (ntext)

 

TimeMarkedAs ()

 

_MarkTimeAs (int)

 

RecurrenceInfo (nvarchar)

 

RecurrenceDuration (int)

 

RecurrencePatternType (int)

 

EventIntro (nvarchar)

 

FeaturedEvent (bit)

 

AlertOne (bit)

 

AlertTwo (bit)

 

SendReminders (bit)

 

AlertOneSent (bit)

 

AlertTwoSent (bit)

 

BaseEventICSMap (nvarchar)