[missing-sync-palmos-talk] Importing Tasks as Completed?
Brian M. Criscuolo
bcriscuolo at markspace.com
Tue Nov 8 12:48:31 PST 2005
Dan,
I looked into this issue yesterday, and it is an iCal problem. We are
setting the property for a completed task in the sync engine, but
iCal is not picking up on it. If you make some modification to the
task on the Treo and sync again it will be marked as completed.
I've reported this to Apple, so hopefully it gets fixed in a timely
manner.
Since you have so many tasks to mark complete, I have two suggestions:
1. Delete some of them
2. Create an AppleScript that will set them as completed. Actually,
don't create it. Paste this into Script Editor and run! (make the
appropriate changes for the calendar names; you may have to run it
multiple times). I just tested it and it works on 10.4.3.
tell application "iCal"
tell calendar "MyCalendarName"
set theTDs to every todo
repeat with aTD in theTDs
set completion date of aTD to current date
end repeat
end tell
end tell
Good luck!
b
On Nov 8, 2005, at 3:10 PM, Daniel Brogan wrote:
> I'm continuing to have problems getting my tasks to sync from my
> Treo 650 to iCal using Missing Sync 5's Events conduit. When I do
> get the events to sync, they all show up in iCal as incomplete.
> Suddenly, I've got 1,749 things to do!
>
> Any way to get them to sync properly, or to import completed events
> from Palm Desktop into iCal (and then overwrite those to the Treo)?
>
> Thanks.
>
> -Dan
>
> _______________________________________________
> missing-sync-palmos-talk mailing list
> missing-sync-palmos-talk at lists.markspace.com
> Unsubcribing information, subscription options and list archives
> can be found at:
> http://lists.markspace.com/mailman/listinfo/missing-sync-palmos-talk
********************
Brian M. Criscuolo
Senior Software Engineer
Mark/Space, Inc.
bcriscuolo at markspace.com
<http://www.markspace.com>
More information about the missing-sync-palmos-talk
mailing list