Andreas Wöckl
2009-01-26 13:20:37 UTC
Hi Group!
I am syncing my contacts from an sql server database to a public folder with
VBA. I am using the following code (snippet)
With myItem
.OrganizationalIDNumber = myId
.Birthday = myBirthday
...
.save
End With
The problem is that the user that executes this code gets a calendar entry
with the birthday date of this user in his private calendar. This would not
be bad, but every sync mechanism (perhaps a telephone number changes) causes
Outlook to create a NEW entry in the calendar..
Anyone an idea how to prevent Outlook from doing so?
Kind regards
Andy
I am syncing my contacts from an sql server database to a public folder with
VBA. I am using the following code (snippet)
With myItem
.OrganizationalIDNumber = myId
.Birthday = myBirthday
...
.save
End With
The problem is that the user that executes this code gets a calendar entry
with the birthday date of this user in his private calendar. This would not
be bad, but every sync mechanism (perhaps a telephone number changes) causes
Outlook to create a NEW entry in the calendar..
Anyone an idea how to prevent Outlook from doing so?
Kind regards
Andy