My outline looks like this:
Work Projects
Project 1
Sub-Project 1
Sub-Project 2
Action 1
I don't want Work Projects to come across to Outlook so it's set to
"Hide only this task in to do list". Project 1, Sub-Project 1 &
Sub-Project 2 are assigned "Projects - Active" place so they show up in
an Outlook category called "Projects - Active". Action 1 is assigned
"@PC" place/category.
So here's what happens
- Action 1 turns up in Outlook under "@PC" category
- Sub-Project 1 shows up in Outlook under "Projects - Active"
- But Project 1 and Sub-Project 2 just disappear
It seems like any item with a sub-task doesn't get carried across e.g.
if I delete Action 1 then Sub-Project 2 will show up in "Projects -
Active".
I don't set any of these projects as "This is a project" in MLO. This
is because I don't want them all going to a single Outlook category
called "Projects". I want to be able to break them up into "Projects -
Active", "Projects - Waiting for", "Projects - Delegated", "Projects -
Someday/Maybe".
Any help would be appreciated...this is driving me nuts! :-)
Only question I have no is why aren't they those projects/tasks showing
up in MLO to-do list?
1) "Action 1" shows up under "@PC" place
2) "Sub-Project 1" shows up under "Projects - Active" place
3) "Project 1" and "Sub-Project 2" just disappear (they're not under
<all places> and <no where> either.
So I'm sure if I can fix this, the syncing will be fine. Any thoughts?
<?xml version="1.0" encoding="UTF-8"?>
<MyLifeOrganized-xml ver="1.0">
<TaskTree>
<TaskNode Caption="">
<Importance>100</Importance>
<TaskNode Caption="Work Projects"/>
<TaskNode Caption="Project 1">
<Places>
<Place>Projects - Active</Place>
</Places>
<TaskNode Caption="Sub-Project 1">
<Places>
<Place>Projects - Active</Place>
</Places>
</TaskNode>
<TaskNode Caption="Sub-Project 2">
<Places>
<Place>Projects - Active</Place>
</Places>
<TaskNode Caption="Action 1">
<Places>
<Place>@PC</Place>
</Places>
</TaskNode>
</TaskNode>
</TaskNode>
</TaskNode>
</TaskTree>
<PlacesList>
<TaskPlace Caption="Projects - Active"/>
<TaskPlace Caption="@PC"/>
</PlacesList>
</MyLifeOrganized-xml>