From: Waitman C. G. <wa...@em...> - 2002-10-16 01:37:56
|
I am reviewing RFC 2445 at http://www.ietf.org/rfc/rfc2445.txt Is the current project compatible with this standard, or is it completely based on Apple's format? (or are they one in the same!) The reason I ask is that Mozilla claims to be compatible with Apple's format, and vice-versa but the phpicalendar scripts as is won't read a mozilla file. I will give you an answer with regards to VTODO here shortly after I have fully reviewed the rfc. For the future: Anyhow, the current scripts make it difficult to place the thing in a layout, in my opinion. I went through and modified the month.php file to make it easier to place in a template/layout - just to try it out on a project I am working on. If you guys are interested I would like to grab the latest CVS a little down the road and change some things around to make it a snap to stick it in a layout. Basically (to me) this means getting rid of all the echo's and print's as they currently exist, and moving them to a central location. Thanks Waitman On Tue, 2002-10-15 at 15:37, Jared wrote: I recommend that VTODO isn't it's own array completely, but rather a sub-array of the $master_array. Something like $master_array['vtodo']. This way, when we write the $master_array to the file (so it doesn't have to reparse) it will get that data too, and we don't have to special-case it. -Jared On Tuesday, October 15, 2002, at 05:33 PM, Chad wrote: > Yes, VTODO and VALARM support would be great. I have already thought > of a few ways to intergrate. VTODO should be in its own $vtodo_array > created inside the ical_parser.php. It will appear on day and week > views on the side, and will be configurable on and off from the > config.inc.php file. I imagine only some people want their todo's > published. > > Databasing has been discussed and shelved for a later release, It will > never be required, since probably 80% of our users will not have > access or need the extra speed it enables. I do see a nice install.php > being built that would let the user decide to run in standalone or > database mode for power users. Personally I'd like us to be able to > tweak the parser to be almost as fast as a database. > > Just let us know if your going to work on VTODOs, so someone else > doesn't. > > Also, year.php is now in CVS and wired. I will add navigation to it > soon. > > Cheers, > C > > > > > On Monday, October 14, 2002, at 02:52 PM, Waitman C. Gobble wrote: > >> Hello >> >> at the request of >> >> clittle >> Site Admin >> Joined: 10 Sep 2002 >> Posts: 52 >> Location: SF Bay, CA >> >> i am now a subscriber to php...@li... >> >> I am interested in reworking the functions/ical_parse.php script. I >> would like to add VTODO and VALARM support, and eventually have the >> option to send sms/email notifications of events. >> >> Anyone support moving away from the flat files and towards a database >> server? >> >> OS X ships with MySQL, it is reliable, fast, low overhead and >> cross-platform compatible so probably best choice. >> >> I picture this thing running on a cron schedule keeping the database >> in sync with the published calendars. Actually, we can get it to sync >> remote calendars too, either straight http or webdav... >> >> a little bit about me. >> >> My wife and i run an internet business, been around about 5 years. we >> create dynamic database driven sites, mostly e-commerce, in PHP, ASP >> and PERL. We host over 500 domains on several Linux, FreeBSD and >> Windows Servers. I have built all of our machines from parts, and >> have setup, configured and maintain them. >> >> Additionally I provide consulting services for Creative Resources, >> one of a dozen or so Certified Apple Training Centers in the United >> States. I help configure, install and maintain OS X servers for their >> customers, and write custom scripts and programs that run on the >> server to do things like >> >> a) track file aging, notify and archive outdated files on a >> terabyte-sized OS X file server >> b) track user file access on a file server, and generate web based >> reports for management review. >> c) watch and adjust file permissions on a file server, where files >> are accessed and modified by mac, unix and windows users over samba, >> nfs, ftp, telnet, ssh and afp >> >> I have no formal training in this industry, I went to college to be a >> Mechanical Engineer.... >> >> i am mostly e-centric and work a little too much for my own good. >> >> yahoo id is rooey2002 >> aol id is emkinternet. >> >> the yahoo thing currently has a web cam hooked into it, however i am >> thinking about dumping it and setting up a camera server (in my spare >> time ;-) >> >> family photo album online at http://thegobbles.com >> personal web site (knda dated) http://wcg2.com >> kid site 1 http://adamgobble.com >> kid site 2 http://megancrawford.com >> business site http://emkdesign.com >> >> i host a site for a friend in ireland, check it out >> http://www.phpmac.com/ >> I have written a couple of articles on that site. >> >> thanks and best, >> >> Waitman Gobble >> EMK Design >> Buena Park California >> +1.7145222528 >> http://emkdesign.com >> > > > > ------------------------------------------------------- > This sf.net email is sponsored by: viaVerio will pay you up to > $1,000 for every account that you consolidate with us. > http://ad.doubleclick.net/clk;4749864;7604308;v? > http://www.viaverio.com/consolidator/osdn.cfm > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel ------------------------------------------------------- This sf.net email is sponsored by: viaVerio will pay you up to $1,000 for every account that you consolidate with us. http://ad.doubleclick.net/clk;4749864;7604308;v? http://www.viaverio.com/consolidator/osdn.cfm _______________________________________________ Phpicalendar-devel mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |