On Fri, 2 Jun 2000, Kellan Elliott-McCrea wrote:
> hi, I was browsing around the cvs tree and i found
> org/apache/jetspeed/calendar/ with what looked like code to represent an
> iCal object.
>
That would be correct. It is an iCal object implementation.
> I was wondering what is being planned for this code, does jetspeed intending
> to build an iCal parser or is representation/emitting as far as the scopes
> of the project allow?
>
It will eventually do parsing, but right now we are focusing on using it
for a web bvased calendar.
> iCal seems to be dying a slow death in corporate comittee with very little
> working code (and more importantly working practices) actually in place.
> the only other open source project I know is Eric over at
> http://softwarestudio.org/libical/index.html, who seems to be waging a quiet
> war against an unweildly spec and an unweildly language(C)
>
I am not sure of the status. I picked this standard because Mozilla could
read it, at least according to the website.
> is this the start of a java library for working with the iCal family (ical,
> imip, cap, etc)?
>
The simple answer is yes.
> if not, does anyone know if someone is working on this?
I am working on this, however, work on the code has slowed down due to
time constraints plus I am trying to balance the demand for a calendar
against the demand for better install documentation. Right now there seems
to be more demand for a more concise install document
> thanks,
> kellan
>
If you would like to help out just fire off an email here to the list with
the parts/functionality you would like to help with.
The status of the code is this. Properties, parameters, and a couple of
the business objects are complete. A subset of fields are currently tied
back to the database for storage. The business logic for each object,
property and parameter is started but not yet compliant to spec.
On the web based calendar presentation front we have a set of xsl
transformations which will render the content of a event objects and todo
objects.
Hope this helps....
Jeff Prickett
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]