ID: 13048 Comment by: glamm at a-s-i dot com Reported By: liamr at umich dot edu Status: Open Bug Type: Feature/Change Request Operating System: solaris 2.6 PHP Version: 4.0.6 Assigned To: andrey New Comment:
In the time since I posted I've written up a nearly-complete implementation of the libical bindings, but I took a different approach: I treated each type as a class, with the ultimate goal of writing PHP code like so: $x = ical_new_vcalendar(); $y = ical_new_vevent(); $y->add_property(...); $y->add_property(...); $x->add_component($y); print $x->ical_string(); Comments? Personally, I would prefer that we had a coordinated effort on this rather than developing two incompatible versions of the libical bindings; feel free to contact me directly at the email address shown above. Previous Comments: ------------------------------------------------------------------------ [2003-08-12 18:05:25] recht at braindump dot dk The company hosting my site went down, so my extension can be found at http://www.itcampus.dk/studenternet/ical-0.2.tar.gz if anybody is interested. ------------------------------------------------------------------------ [2003-07-29 21:54:23] glamm at a-s-i dot com Is anyone currently working on this? I have an implementation that is about 25% complete at the moment based on PHP 4.3.2 and libical 0.23. The page at braindump.dk appears to have been taken offline. ------------------------------------------------------------------------ [2003-05-31 11:00:54] [EMAIL PROTECTED] assigning to myself. ------------------------------------------------------------------------ [2003-02-12 14:49:34] recht at braindump dot dk Well, I have implemented some basic libicalsupport in a php extension which can be found at http://www.braindump.dk/dk/wiki/index?wikipage=ICalendarExtension It's in no way complete, but it has the functions I need... ------------------------------------------------------------------------ [2001-08-30 00:45:45] liamr at umich dot edu It would be swell if php had iCalendar functionality - to provide calendaring interoperability with other products such as Lotus Notes and MS Outlook. http://www.imc.org/ has the RFCs on it. and a libical is available from http://www.softwarestudio.org/ ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=13048&edit=1