From: Chad L. <ch...@ch...> - 2003-10-16 23:19:37
|
It stores up all variables encountered from BEGIN:VEVENT to END:EVENT, then processes them. On Oct 16, 2003, at 12:17 PM, Wesley Miaw wrote: > Going through the ical_parser.php file, it looks like a lot of the > property case code depends on encountering properties in a logical > order. However, I do not believe the iCalendar specification requires > properties to be written to the file in that form. e.g. DTEND may > appear before DTSTART. > > This means that some events will be read incorrectly, since the logic > associated with building an event's internal representation is > integrated with the parsing code. Reading event properties and > converting them to the internal representation need to be separated. > -- > Wesley Miaw, Wesley Miaw Consulting > http://www.wesman.net/ > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |