I would like to use Due Dates in Tasks.

The documentation indicates that it is possible to set due dates if you use the event module.
I have turned on all kind of event modules and the Tasklist and the TasklistAdvanced module, but can't find the possibility to set a due date.

Could you provide me with a description of how to set due dates?
Thanks

Comments

amanire’s picture

Seems pretty straightforward to add a due date field with the CCK Date module.

http://drupal.org/project/cck
http://drupal.org/project/date

version34’s picture

Thanks,

but the Taks List descriptions says it works with Advanced Tasklist and the Event Module. I would like to integrate the due date mechanism into the Advanced Tasklist concept (e.g. see over-due taks, etc.)
I can imagine I can build this on my own with CCK and the date module, but than I reinvent the task list.
Do I missunderstand something?

moonray’s picture

Status: Active » Fixed

Tasklist and event module work together.

1) Enable event module (you don't need any of the other modules bundled with event)
2) Browse to /admin/content/types/tasks
3) At the bottom of the page you'll see an option to "Show in event calendar:", which you set to "All views" or "Only in views for this type"

After this you should see a start and end date when editing tasks.

The README has been updated with this information. Fixed in CVS/HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.