ForumsDevelopersReset Outlook Sync


Reset Outlook Sync
Author Message
mobicom

Posted: Sep 22, 2008
Score: 0 Reference
With the sync process not quite 100% yet I want to do a fresh sync of tasks from outlook to toodledo. I've tried deleting all tasks in toodledo and re-installing the sync app but this won't resend all the tasks to toodledo. Is there any process short of creating a new account to acheive this? Thanks
keef

Posted: Sep 22, 2008
Score: 0 Reference
Yes, it can be done. You need to edit the database file that stores the synchronization records after you ahve cleared out your Toodledo tasks.

Warning. You are strongly advised to back up your Outlook and Toodledo tasks before attempting this procedure

- Locate the Toodledosync database
c:\documents and setting\<your username>\local settings\application data\ToodledoSyncApp\syncinfo.xml
- Rename this file to syncinfo.xml_backup and create a new syncinfo.xml file with the contents given below
keef


--CUT BELOW---
<?xml version="1.0" encoding="utf-8"?>
<SyncInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<lastsync>
<datetime />
</lastsync>
<lastmodified>
<datetime />
</lastmodified>
<lastdeleted>
<datetime />
</lastdeleted>
<lastfolderedit>
<datetime />
</lastfolderedit>
<lastcontextedit>
<datetime />
</lastcontextedit>
<lastgoaledit>
<datetime />
</lastgoaledit>
<Folders/>
<Contexts/>
<Goals />
</SyncInfo>
--CUT ABOVE---
You cannot reply yet

U Back to topic home

R Post a reply

To participate in these forums, you must be signed in.