publicDateTimeDate{get;set;}/// The Date that the event occurs
publicFrequencyFrequency{get;set;}/// A value indicating how often the event occurs
publicboolAllDay{get;set;}/// True if the time component of the date can be ignored
publicboolTriggerOnExactDayOnly{get;set;}/// If this is a recurring event, set this to true to make the event show up only from the day specified forward
publicstringSource{get;set;}/// Source of this calendar event (becomes the source of the triggered event)
publicstringTitle{get;set;}/// The name of the event (becomes the text of the triggered event)
publicAutoActionAutoAction{get;set;}/// Automated action to be done or event to be triggered (triggered event Severity)
publicstringParameters{get;set;}/// Automated action parameters (e.g. name of a procedure to start)
publicintRank{get;set;}/// The ranking of the event that determines the order in which it is displayed on a particular day
publicboolHidden{get;set;}/// True if the event is enabled, otherwise false
publicboolReadOnly{get;set;}/// True if the event details cannot be modified
publicintBackColor{get;set;}/// The color that the event show up in on the calendar: (MSB)AARRGGBB(LSB)
publicintTextColor{get;set;}/// The text color of the event: (MSB)AARRGGBB(LSB)
publicboolTooltipEnabled{get;set;}/// True if a tooltip should be displayed when hovering over the event