PC Review


Reply
Thread Tools Rating: Thread Rating: 20 votes, 4.95 average.

Birtday of imported Contacts is not shown in Calendar

 
 
=?Utf-8?B?RWNraGFyZA==?=
Guest
Posts: n/a
 
      2nd Jun 2005
If I import my contacts from Access the birthday is correctly shon in the
contact detail, but is not shown in the calendar. If I create a contact
manually, or if I edit the imported contacts'birthday, the birthday shows in
the calendar.
Is there a command to force Outlook to update the calender?
 
Reply With Quote
 
 
 
 
Vince Averello [MVP-Outlook]
Guest
Posts: n/a
 
      2nd Jun 2005
If I rememer correctly, you should try editing the contact & saving it. See
if that adds the birthday correctly.

"Eckhard" <(E-Mail Removed)> wrote in message
news:F8917062-4F45-49CD-B63F-(E-Mail Removed)...
> If I import my contacts from Access the birthday is correctly shon in the
> contact detail, but is not shown in the calendar. If I create a contact
> manually, or if I edit the imported contacts'birthday, the birthday shows
> in
> the calendar.
> Is there a command to force Outlook to update the calender?



 
Reply With Quote
 
=?Utf-8?B?RWNraGFyZA==?=
Guest
Posts: n/a
 
      16th Jun 2005
Yes, that works.
I also found in the German Forum a macro that does this for all contacts
automatically.

http://www.docoutlook.de/
===============================
MS-Outlook-2000/2 Geburtstage importieren
Feuerwerk auf dem Bildschirm


--------------------------------------------------------------------------------

Bei einem Import von Daten in die Kontakte werden die Geburtstage nicht
automatisch in den Kalender eingetragen. Ein kleiner VBA-Code kann Dir einen
Haufen Tipparbeit ersparen.

--------------------------------------------------------------------------------

Die Schritte im Einzelnen
Damit das funktioniert, musst Du diese Anweisungen im Codefenster der
aktuellen Outlook-Sitzung, oder aber in jedem beliebigen Modul eingeben.


--------------------------------------------------------------------------------

Alt + F11 Visual Basic-Editor starten
Doppelklick im Projekt-Explorer auf den Eintrag DieseOutlookSitzung, wobei
Du gegebenenfalls zuvor die übergeordneten Zweige einblenden musst.
Im Codefenster folgende Programmzeilen eingeben


--------------------------------------------------------------------------------

Sub BirthdayImport()

Dim myFolder As MAPIFolder
Set myFolder = Session.PickFolder
For i = myFolder.Items.Count To 1 Step -1
If myFolder.Items(i).Class = 40 Then
myFolder.Items(i).Display
mybirthday = myFolder.Items(i).Birthday
myFolder.Items(i).Birthday = "12.12.2000 "
myFolder.Items(i).Birthday = mybirthday
myFolder.Items(i).Save
myFolder.Items(i).Close 0
End If
Next i

End Sub


--------------------------------------------------------------------------------

Visual Basic-Editor beenden
Speichern des VBA-Projekts Ja.

Nun kannst Du im Menü mit Extras Makro Makros die Geburtstage in den
Kalender eintragen.



"Vince Averello [MVP-Outlook]" schrieb:

> If I rememer correctly, you should try editing the contact & saving it. See
> if that adds the birthday correctly.
>
> "Eckhard" <(E-Mail Removed)> wrote in message
> news:F8917062-4F45-49CD-B63F-(E-Mail Removed)...
> > If I import my contacts from Access the birthday is correctly shon in the
> > contact detail, but is not shown in the calendar. If I create a contact
> > manually, or if I edit the imported contacts'birthday, the birthday shows
> > in
> > the calendar.
> > Is there a command to force Outlook to update the calender?

>
>
>

 
Reply With Quote
 
=?Utf-8?B?ZXJubWNj?=
Guest
Posts: n/a
 
      24th Apr 2007
I tried this fix and the birthdays aren't appearing in Calendar still.

"Eckhard" wrote:

> Yes, that works.
> I also found in the German Forum a macro that does this for all contacts
> automatically.
>
> http://www.docoutlook.de/
> ===============================
> MS-Outlook-2000/2 Geburtstage importieren
> Feuerwerk auf dem Bildschirm
>
>
> --------------------------------------------------------------------------------
>
> Bei einem Import von Daten in die Kontakte werden die Geburtstage nicht
> automatisch in den Kalender eingetragen. Ein kleiner VBA-Code kann Dir einen
> Haufen Tipparbeit ersparen.
>
> --------------------------------------------------------------------------------
>
> Die Schritte im Einzelnen
> Damit das funktioniert, musst Du diese Anweisungen im Codefenster der
> aktuellen Outlook-Sitzung, oder aber in jedem beliebigen Modul eingeben.
>
>
> --------------------------------------------------------------------------------
>
> Alt + F11 Visual Basic-Editor starten
> Doppelklick im Projekt-Explorer auf den Eintrag DieseOutlookSitzung, wobei
> Du gegebenenfalls zuvor die übergeordneten Zweige einblenden musst.
> Im Codefenster folgende Programmzeilen eingeben
>
>
> --------------------------------------------------------------------------------
>
> Sub BirthdayImport()
>
> Dim myFolder As MAPIFolder
> Set myFolder = Session.PickFolder
> For i = myFolder.Items.Count To 1 Step -1
> If myFolder.Items(i).Class = 40 Then
> myFolder.Items(i).Display
> mybirthday = myFolder.Items(i).Birthday
> myFolder.Items(i).Birthday = "12.12.2000 "
> myFolder.Items(i).Birthday = mybirthday
> myFolder.Items(i).Save
> myFolder.Items(i).Close 0
> End If
> Next i
>
> End Sub
>
>
> --------------------------------------------------------------------------------
>
> Visual Basic-Editor beenden
> Speichern des VBA-Projekts Ja.
>
> Nun kannst Du im Menü mit Extras Makro Makros die Geburtstage in den
> Kalender eintragen.
>
>
>
> "Vince Averello [MVP-Outlook]" schrieb:
>
> > If I rememer correctly, you should try editing the contact & saving it. See
> > if that adds the birthday correctly.
> >
> > "Eckhard" <(E-Mail Removed)> wrote in message
> > news:F8917062-4F45-49CD-B63F-(E-Mail Removed)...
> > > If I import my contacts from Access the birthday is correctly shon in the
> > > contact detail, but is not shown in the calendar. If I create a contact
> > > manually, or if I edit the imported contacts'birthday, the birthday shows
> > > in
> > > the calendar.
> > > Is there a command to force Outlook to update the calender?

> >
> >
> >

 
Reply With Quote
 
=?Utf-8?B?SmVu?=
Guest
Posts: n/a
 
      12th Nov 2007
I also tried this and it didn't work. I am using Vista and Outlook 2007,
don't know if that makes a difference, but I didn't want to start a new topic
for what is essentially the same issue. I had some duplicates, and some
birthdays that were just showing up as recurring appointments rather than
annual events--so I wasn't getting the notifications uniformly on my WM6 Pro
device. So I deleted the recurring appointments, intending to use this fix
for them. It worked for the first two contacts, and now the birthdays don't
show up even after I edit and re-save the contacts.

"Vince Averello [MVP-Outlook]" wrote:

> If I rememer correctly, you should try editing the contact & saving it. See
> if that adds the birthday correctly.
>
> "Eckhard" <(E-Mail Removed)> wrote in message
> news:F8917062-4F45-49CD-B63F-(E-Mail Removed)...
> > If I import my contacts from Access the birthday is correctly shon in the
> > contact detail, but is not shown in the calendar. If I create a contact
> > manually, or if I edit the imported contacts'birthday, the birthday shows
> > in
> > the calendar.
> > Is there a command to force Outlook to update the calender?

>
>
>

 
Reply With Quote
 
Peter Marchert
Guest
Posts: n/a
 
      16th Nov 2007
Here is some differnt code and a tool what can do this job:

http://tinyurl.com/yverjt

Peter

--
Infos, workshops & software for
Outlook(R): www.outlook-stuff.com


On 12 Nov., 16:04, Jen <J...@discussions.microsoft.com> wrote:
> I also tried this and it didn't work. I am using Vista and Outlook 2007,
> don't know if that makes a difference, but I didn't want to start a new topic
> for what is essentially the same issue. I had some duplicates, and some
> birthdays that were just showing up as recurring appointments rather than
> annual events--so I wasn't getting the notifications uniformly on my WM6 Pro
> device. So I deleted the recurring appointments, intending to use this fix
> for them. It worked for the first two contacts, and now the birthdays don't
> show up even after I edit and re-save the contacts.
>
>
>
> "Vince Averello [MVP-Outlook]" wrote:
> > If I rememer correctly, you should try editing the contact & saving it. See
> > if that adds the birthday correctly.

>
> > "Eckhard" <Eckh...@discussions.microsoft.com> wrote in message
> >news:F8917062-4F45-49CD-B63F-(E-Mail Removed)...
> > > If I import my contacts from Access the birthday is correctly shon in the
> > > contact detail, but is not shown in the calendar. If I create a contact
> > > manually, or if I edit the imported contacts'birthday, the birthday shows
> > > in
> > > the calendar.
> > > Is there a command to force Outlook to update the calender?- Zitierten Text ausblenden -

>
> - Zitierten Text anzeigen -


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Force all Birthdays from Imported Contacts into Calendar Kim Microsoft Outlook Discussion 4 5th Mar 2010 06:29 PM
Items Imported into Outlook 2007 Calendar are not shown on correct dstubb Microsoft Outlook Calendar 1 27th Mar 2009 03:38 AM
trying to get my imported contacts b-days to show in calendar =?Utf-8?B?YmVlcmx1dnI=?= Microsoft Outlook Calendar 2 31st Mar 2007 05:20 PM
can flags for contacts be shown in the calendar? =?Utf-8?B?U2FyZ2U=?= Microsoft Outlook Discussion 1 7th Dec 2005 08:12 PM
HELP:Outlook 03 Imported Contacts w/B'day not in Calendar joenic Microsoft Outlook Contacts 0 5th Aug 2005 01:55 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:06 AM.