From: Jared <xe...@si...> - 2002-11-08 16:18:57
|
Oh, xCal == XML iCalendar. I was under the impression that the XML version was 3.0. (Is there a 1.0 for iCalendar? is there anything past 2.0?) At any rate, yes, I would be interested in supporting xCal in the future. Right now, it's in the distant future, as iCal should be supported as fully as we can before taking on a new approach. However, I think PHP iCalendar is the perfect suite to support this. For that, I see a single file called "parser.php" which does something like "if iCal, include ical_parser.php, elseif xCal, include xcal_parser.php" As I said, thats in the distant future. -Jared On Friday, November 8, 2002, at 10:16 AM, Waitman C. Gobble wrote: > hey jared! > > no problem. i was really curious if it was in use anywhere. > > fyi, the xcal format is documented at > > http://www.ietf.org/internet-drafts/draft-ietf-calsch-many-xcal-02.txt > > IMO, this should replace the ical standard. > > if you guys decide to implement it in the future, i already have a > working parser. i am just not sure if the xcal format is in use. > > Best > > Waitman > > > On Fri, 2002-11-08 at 07:40, Jared wrote: > I don't know what the xcal format is, but let's just stick to the > RFC2445 standard right now (assuming it's not part of that > standard). > > > On Friday, November 8, 2002, at 09:43 AM, Waitman C. Gobble wrote: > >> i'll give it another go if you like. >> >> question, is there any use to support the xcal format? i am not sure >> if >> this format is in use anywhere. >> >> waitman >> >> >> On Thu, 2002-11-07 at 11:56, Chad wrote: >> So who was working on adding VTODO support to the parser? Now is >> the >> time to start looking at it for 0.9. >> >> -C >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by: See the NEW Palm >> Tungsten T handheld. Power & Color in a compact size! >> http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en >> _______________________________________________ >> Phpicalendar-devel mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel >> >> >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by: See the NEW Palm >> Tungsten T handheld. Power & Color in a compact size! >> http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en >> _______________________________________________ >> Phpicalendar-devel mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: See the NEW Palm > Tungsten T handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: See the NEW Palm > Tungsten T handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |