Fixing duplicate appointments and addresses: one solution
Verfasst: Mi 16. Feb 2011, 15:35
First off:
Thanks to FJ and the crew for doeing what Google and MS didn't do: write a vital piece of code linking driod phones directly with outlook files.
javascript:emoticon('8)')
My problem: When bidirectionally syncing my phone with Outlook 2010, the MPC-PC interface would shift recurring appointments back one day. This created duplicate appointments in Outlook. Any subsequent bi-directional sync compounded that problem. Add to that, the phone syncing its data with Google and we have 4 copies of one appointment on up to 4 different days.
This was unacceptable as it was confusing and cluttered up Outlook and my phone's calendar.
My first thought: clean up the phone, Outlook, MPE-PC and Google calendar
So....
I deleted the MPE-PC organizer.dat file.
I restored my outlook from a backup.
I then told it to with outlook .. and the recurring events from outlook 2010(32bit) (a copy) show up on the phone ok but in n MPC(pc) one day earlier. Then my phone tries to sync with google calendar.
and....now we have dupes in google calendar and back on the phone.
My next sync draws data from the phone to MPE back to Outlook, bringing dupes back to outlook! This is like an audio feedback loop!
WE FOUND THE CULPRIT!
If you are syncing your phone with outlook using MPE and the phone is also syncing with outlook calendar then you are going to get duplicates
SOLUTION:!!!???
I killed my google calendar (bye bye cloud in the sky) and resync'd from scratch (deleted organizer.dat, rebuilt my O2010 calendar from backup)
No more duplicate duplicates.
....but why recurring events show up a day earlier is beyond me.
As i watched the sync happen, recurring events shows up correct in phone from Outlook but one day earlier in MPE and duplicated one day earlier back to Outlook! It happened with Lent which I set as a 40+ day recurring event.
I guess MPE can't do bi-directional syncing without messing up recurring appointments. As I rarely enter appointments directly into my phone (Android is really a lousy PIM)
Possible Issues to investigate?
NOTE: I am a non-programmer so pardon any ignorant-sounding questions.
Does the program read each device/app and make a list and then do the updates or does it do it one by one device by device? Perhaps it is reading Outlook, changing the phone, then reading the phone and changing MPE, then reading MPE then changing Outlook? That would cause duplicates. As for the dates being wrong, if you are using a binary flag to indicate that the item has been handled, the byte may be going into the date field, not a null field, thereby corrupting the date.
Thanks to FJ and the crew for doeing what Google and MS didn't do: write a vital piece of code linking driod phones directly with outlook files.
javascript:emoticon('8)')
My problem: When bidirectionally syncing my phone with Outlook 2010, the MPC-PC interface would shift recurring appointments back one day. This created duplicate appointments in Outlook. Any subsequent bi-directional sync compounded that problem. Add to that, the phone syncing its data with Google and we have 4 copies of one appointment on up to 4 different days.
This was unacceptable as it was confusing and cluttered up Outlook and my phone's calendar.
My first thought: clean up the phone, Outlook, MPE-PC and Google calendar
So....
I deleted the MPE-PC organizer.dat file.
I restored my outlook from a backup.
I then told it to with outlook .. and the recurring events from outlook 2010(32bit) (a copy) show up on the phone ok but in n MPC(pc) one day earlier. Then my phone tries to sync with google calendar.
and....now we have dupes in google calendar and back on the phone.
My next sync draws data from the phone to MPE back to Outlook, bringing dupes back to outlook! This is like an audio feedback loop!
WE FOUND THE CULPRIT!
If you are syncing your phone with outlook using MPE and the phone is also syncing with outlook calendar then you are going to get duplicates
SOLUTION:!!!???
I killed my google calendar (bye bye cloud in the sky) and resync'd from scratch (deleted organizer.dat, rebuilt my O2010 calendar from backup)
No more duplicate duplicates.
....but why recurring events show up a day earlier is beyond me.
As i watched the sync happen, recurring events shows up correct in phone from Outlook but one day earlier in MPE and duplicated one day earlier back to Outlook! It happened with Lent which I set as a 40+ day recurring event.
I guess MPE can't do bi-directional syncing without messing up recurring appointments. As I rarely enter appointments directly into my phone (Android is really a lousy PIM)
Possible Issues to investigate?
NOTE: I am a non-programmer so pardon any ignorant-sounding questions.
Does the program read each device/app and make a list and then do the updates or does it do it one by one device by device? Perhaps it is reading Outlook, changing the phone, then reading the phone and changing MPE, then reading MPE then changing Outlook? That would cause duplicates. As for the dates being wrong, if you are using a binary flag to indicate that the item has been handled, the byte may be going into the date field, not a null field, thereby corrupting the date.