From: Chad L. <ch...@ch...> - 2005-02-10 18:11:45
|
It is fairly modular. If you know PHP arrays it is very simple. At the=20= end of ical_parser are some comment tags, uncomment the $master_array=20 and you will see our structure. Each page (day, week, month, ect) is=20 simply a different manipulation of this array. -C On Feb 9, 2005, at 6:04 PM, ze...@bo... wrote: > i was looking for a solution where a client could publish an iCal file > from their powerbook and have upcoming events parsed and listed on a > webpage. i found this project which seems to sorta do this and alot=20= > more. > it's really well done, but over-kill for my needs. > > i hacked up the month view and associated template to get a > close-to-desired effect, but it still is very calendar quantized=20 > (month, > day, year centric). i really just want to lists the next so many=20 > events > in a simple format. > > i'm starting to get a small handle on the project code but it's still > imtimidating. any suggestions on how to approach this and maybe fork = a > really lite version... a simple iCal parser thingy? > > .scott > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real=20 > users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id=14396&op=3Dclick > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |