vEventA Class for handling Events on a calendar
Located in /vEvent.php (line 18)
Constructor vEvent (line 54)
The constructor takes an array of args. If there is an element called 'vevent' then that will be parsed into the vEvent object. Otherwise the array elements are converted into properties of the vEvent object directly.
BuildFromText (line 82)
Build the vEvent object from a text string which is a single VEVENT
DealWithTimeZones (line 162)
Do what must be done with time zones from on file. Attempt to turn them into something that PostgreSQL can understand...
Get (line 187)
Get the value of a property
Put (line 195)
Put the value of a property
Render (line 286)
Render the vEvent object as a text string which is a single VEVENT
RFC2445ContentEscape (line 231)
Returns a suitably escaped RFC2445 content string.
SqlDateFormat (line 203)
Returns a PostgreSQL Date Format string suitable for returning iCal dates
SqlDurationFormat (line 221)
Returns a PostgreSQL Date Format string suitable for returning iCal durations
SqlUTCFormat (line 212)
Returns a PostgreSQL Date Format string suitable for returning dates which
have been cast to UTC
Documentation generated on Tue, 06 Oct 2009 09:31:51 -0700 by phpDocumentor 1.3.2