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 Fri, 13 Jan 2012 23:40:15 +1300 by phpDocumentor 1.4.3