iCalendar, Project Management, Agenda, CVS and Perl?
parasew asks: "I am searching for Web-based Project Management Software, which should
be (mod-)perl based, so I can enhance it or put it into an existing environment using MovableType,
which is in a sort of alpha-state. I found a site about Call Center, Bug Tracking and Project Management Tools for Linux and also this short listing, but sadly they are just a bunch of projects which only come close to
the kind of tool I am searching for. Gantt and Chronos, seem to be a very nice Web-Calendar packages written in Perl. I was just wondering
why no one is using iCalendar (does anyone know of Perl-based Software using iCalendar),
as most of the Agenda Software uses iCalendar,
and even Mozilla
Calendar is capable of subscribing to remote-Calendars. This looks very interesting to me. In general, I wanted to ask you Monks for the best way to do this. Should I create a new app from scratch or reusing existing stuff?"
Please also see my topics on PerlMonks and MovableType
Thanks for any help, hints or suggestions."
"Here are the features I am looking for:
- The use of Calendars (multiple users) and iCalendar Support
- File-Pool for projects (CVS-based or similar)
- Progress-bar for showing the current state of a project
- A public calendar where users can publish events from their private calendars
Please also see my topics on PerlMonks and MovableType
Thanks for any help, hints or suggestions."
How about ACE? http://freshmeat.net/projects/a.c.e./?topic_id=21% 2C27%2C860%2C87%2C243
Microsoft Project Server 2002 and Exchange will do everything you require, and is availbale right now to get you working without a lot of scripting or project-specific configuration.
The use of Calendars (multiple users) and iCalendar Support Exchange is iCalendar compatible, has web access and does a great job of group scheduling.
File-Pool for projects (CVS-based or similar) Public Folders on the Exchange Server will work, as long as the requirements aren't too massive. They're also web-accessible.
Progress-bar for showing the current state of a project Microsoft Project Server will do this, is web-accessible, and integrates with exchange.
A public calendar where users can publish events from their private calendars Again, Exchange excels in this capacity.
/., but the project manager's focus must be on maintaing a successful project. The choise of software platforms is irrevalent as long as it does what is required.
I know solutions from Microsoft aren't too popular here on
OK...
I can do this. I am, after all,
a superhero!
First of all, I think MoveableType is the wrong platform to build this on. It is a great weblog, but what you describe (and probably actually want) is a project portal, and MoveableType is not a great fit.
I recommend Metadot which is a nice portal that has several built-in components (including a calendar and a versioned project file repository). Metadot is very easy for users to use and it's easy to develop for--its plugins are called Gizmos and it has a Gizmo API so that you can create your own Gizmos or integrate other systems in.
It's a true portal, in that end-users can create their own "My Portal" page by choosing and arranging these Gizmos. Check out the demo.
bp
I also wanted to know if anyone knew what language iCalendar was written in.
Looks like American English to me. Why don't you look at the iCalendar specification yourself and see if you agree. I believe all RFC's are written in English.
bp
To do this it provides some web-based tools:
"A gun is a tool, Marian. No better, no worse than any other tool. An axe, a shovel, or anything." Shane (1953)
1) Apple's iCal is a product, while iCalendar (RFC 2445) is a format for import/export of calendar data. iCal may or may not use iCalendar as it's interchange format (I have no idea). I knew it wouldn't be long before someone mixed those up.
2) The majority of those perl modules you referred to are part of the Reefknot project, which is still officially alpha quality, and most of which hasn't been touched since 2001. It's still better than writing your own iCalendar support code from scratch, but be aware of the code status if you decide to use the Net::ICal bundle.
I recently found a perl calendar app that supports iCal. Take a look at Calcium, by Brown Bear Software.
bp