Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
A Class for representing components within an iCalendar
Located in /iCalendar.php (line 301)
A basic constructor
Adds a new subcomponent
Adds a new property
Clear all components, or the components matching a particular type
Clear all properties, or the properties matching a particular type
Clone this component (and subcomponents) into a confidential version of it. A confidential event will be scrubbed of any identifying characteristics other than time/date, repeat, uid and a summary which is just a translated 'Busy'.
Collect an array of all parameters of our properties which are the specified type
Mainly used for collecting the full variety of references TZIDs
Get all sub-components, or at least get those matching a type
Get all sub-components, or at least get those matching a type, or failling to match, should the second parameter be set to false.
Get the value of the specified parameter for the first property matching the name. Obviously this isn't so useful for properties which may occur multiply, but most don't.
Get all properties, or the properties matching a particular type
Return an array of properties matching the specified path
Get the value of the first property matching the name. Obviously this isn't so useful for properties which may occur multiply, but most don't.
Return the type of component which this is
Return true if the person identified by the email address is down as an attendee or organizer for this meeting.
Return true if the person identified by the email address is down as an organizer for this meeting.
Mask components, removing any that are not of the types in the list
Mask properties, removing any that are not in the list
Parse the text $content into sets of iCalProp & iCalComponent within this iCalComponent
Renders the component, possibly restricted to only the listed properties
Sets some or all sub-components of the component to the supplied new components
Set all properties, or the ones matching a particular type
Set the type of component which this is
This unescapes the (CRLF + linear space) wrapping specified in RFC2445. According to RFC2445 we should always end with CRLF but the CalDAV spec says that normalising XML parsers often muck with it and may remove the CR. We accept either case.
Apply standard properties for a VCalendar
This imposes the (CRLF + linear space) wrapping specified in RFC2445. According to RFC2445 we should always end with CRLF but the CalDAV spec says that normalising XML parsers often muck with it and may remove the CR. We output RFC2445 compliance.
In order to preserve pre-existing wrapping in the component, we split the incoming string on line breaks before running wordwrap over each component of that.
Documentation generated on Wed, 04 Jul 2012 07:06:14 +0000 by phpDocumentor 1.4.3