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:

Example implementation including parser and calendar manipulation
functionality is located at

http://www.a-s-i.com/~glamm/ical/

Despite the "alpha" tag, most of it works.


Previous Comments:
------------------------------------------------------------------------

[2003-08-13 10:25:12] glamm at a-s-i dot com

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.

------------------------------------------------------------------------

[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...

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/13048

-- 
Edit this bug report at http://bugs.php.net/?id=13048&edit=1

Reply via email to