I'm looking for a way to link Tasks and Calendar functions and I’m very new to drupal... I’m learning as fast as I can!
All or part of what I’d like may already exist/be in development, and I simply haven’t found it yet. Any help provided in terms of where to find these functions, how to build these functions, good starting points, etc. would be greatly GREATLY appreciated.
I'm working on an intranet for our company. Basically, my goal is as follows:
* 1. Each user has a "Tasks" list (a checklist) and personal calendar. When a task is added to a user's list, there is the option of adding a due date and time. If a due date/time is specified, it is automatically added to the user’s personal calendar. If no due date/time is specified, the task simply appears in a “To Do” list next to the calendar when in calendar view. Similarly, appointments and events added to the calendar appear in the user’s Tasks list.
* 2. Each user has the option of checking/marking a task as complete from either the task view or the calendar view. When a task is completed, it is automatically removed from the calendar view. Completed tasks remain in the task view, but appear in a gray/light font instead of black.