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 handling iCalendar data.
When parsed the underlying structure is roughly as follows:
iCalendar( array(iCalComponent), array(iCalProp) )
each iCalComponent is similarly structured:
iCalComponent( array(iCalComponent), array(iCalProp) )
Once parsed, $ical->component will point to the wrapping VCALENDAR component of the iCalendar. This will be fine for simple iCalendar usage as sampled below, but more complex iCalendar such as a VEVENT with RRULE which has repeat overrides will need quite a bit more thought to process correctly.
Class | Description |
---|---|
![]() |
A Class for representing properties within an iCalendar |
![]() |
A Class for representing components within an iCalendar |
![]() |
A Class for handling Events on a calendar (DEPRECATED) |
Documentation generated on Wed, 04 Jul 2012 07:06:14 +0000 by phpDocumentor 1.4.3