On Wed, 28 Jun 2000, Dan Diephouse wrote:
> I need to develop a few applications for a website that involve
> calenders. One is a timesheet programs that shows the hours a person
> has worked on different projects on each day of the week. Ideally it
> would come up with each day of the week as column and have a row for
> each project and the hours they work on it. Secondly, I need to make a
> master schedule program that generates a monthly calender. This
> calender is a timeline for the different projects. Now my questions :)
>
> 1) I have heard a little about iCal and Jetspeed, do I want to use iCal
> to do the above scheme?
If all you really need is to store the number of hours per project per
day. iCalendar really wont do that in and of its self.
iCalendar could probably help with your timeline scheduling needs because
it deals with appointments and to-do objects.
As far as time sheet stuff (etc) there is some code under
org.apache.jetspeed.project. AFAIK it is not actively maintained and needs
quite a bit of work to integrate nicely with other portions of Jetspeed
> 2) Does anyone have any demo applications using iCal that I can see?
> Right now I'm not sure about everything iCal encompasses.
We will be working on a sample application, but right now we are focusing
on implementing and testing database persistence.
<snip>
Jeff Prickett
[EMAIL PROTECTED]
--
--------------------------------------------------------------
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]