From: Jim Hu <ji...@ta...> - 2006-04-03 21:20:59
|
Anyone else having problems with CVS? I can't checkout phpicalendar since this weekend. I put 2.22rc3 on the website: http://phpicalendar.net/forums/viewtopic.php?p=2389#2389 I went back to putting the event info into the main calendars and passing it to event.php instead of having event.php reparse the .ics files. To do this, I just serialized the event info from the master array, and passed it as a single parameter via the javascript. event.php unserializes it, so anything that is in the master array is available if we want to display it. I also added two additional rss feeds that validated using sample data based on an icalendar namespace I found on the web. I thought we should keep the original feed, however, for backward compatibility with sites that parse the output (like mine!). Jim Hu |