Hey all,
I am working on a Drupal solution for a project here at work. Unfortunately, my coworkers have voted for M$ SharePoint as the platform solution. I know, I know says a lot about my coworkers but don't hold it against them. Anyway, I am going to build the solution in Drupal even if I have to do it on my own time.
I have a couple of issues I am dealing with at the moment. One is the lack of a D7 version of Outline Designer. This would make building meeting agendas (consisting of multiple custom content types) user friendly with the drag and drop interface. My other issue relates to a computed field, which I have described in this post:
http://drupal.org/node/149228#comment-5890832
Anyone here know how to do this?

Comments
Computed Field
Where do you want to display this "computed field"? If you already have the data in Drupal, you can use views or write a small module to display it together with a bunch of other data. I've done something similar with LDAP imported fields, but again only for display and reporting purposes. My fields were part of the user profiles...