CMS  Version 3.9
iCalendarData Class Reference

Dummy datamodel to helper manage the calendar data values. More...

Inherits DataItem.

Public Member Functions

 __construct ()
 

Public Attributes

 $fields
 
 $fieldAliases
 

Detailed Description

Dummy datamodel to helper manage the calendar data values.

For most of the fields, the field name converted to upper case is the label that should be ouput to icalendar e.g., "prodid" becomes "PRODID"

For others, we use fieldAliases to get the label.

Data filtering can be used to exclude one ore fields if desired.

Author
janice

Definition at line 23 of file i_calendar_manager.inc.

Constructor & Destructor Documentation

◆ __construct()

iCalendarData::__construct ( )

Definition at line 98 of file i_calendar_manager.inc.

99  {
100  $this->primary_key = "icalendar_uid";
101  $this->table = "icalendar";
102 
103  $this->DataItem(func_get_args());
104  }

Member Data Documentation

◆ $fieldAliases

iCalendarData::$fieldAliases
Initial value:
= array(
"begin_calendar" => "BEGIN",
"begin_event" => "BEGIN",
"event_status" => "STATUS",
"display_status" => "X-MICROSOFT-CDO-INTENDEDSTATUS",
"last_modified" => "LAST-MODIFIED",
"end_event" => "END",
"end_calendar" => "END",
"begin_timezone" => "BEGIN",
"begin_standard" => "BEGIN",
"standard_start" => "DTSTART",
"standard_offset" => "TZOFFSETFROM",
"standard_dst_offset" => "TZOFFSETTO",
"standard_rrule" => "RRULE",
"standard_name" => "TZNAME",
"end_standard" => "END",
"begin_daylight" => "BEGIN",
"daylight_start" => "DTSTART",
"daylight_offset" => "TZOFFSETFROM",
"daylight_dst_offset" => "TZOFFSETTO",
"daylight_rrule" => "RRULE",
"daylight_name" => "TZNAME",
"end_daylight" => "END",
"end_timezone" => "END",
)

Definition at line 68 of file i_calendar_manager.inc.

◆ $fields

iCalendarData::$fields

Definition at line 25 of file i_calendar_manager.inc.


The documentation for this class was generated from the following file: