Birthday series in calendar

  • Thread starter Mueller-Lynch Thomas
  • Start date
Status
Not open for further replies.
M

Mueller-Lynch Thomas

If someone adds the birthday date to a contact via Outlook, Outlook creates a

calendar series which doesn't get changed or doubled if you change anything

at the contact (how it should be).

If you do the same via VBA via the

Microsoft.Office.Interop.Outlook.Application Namespace every "myItem.Save()"

of an contact item results in a new calendar series.

Any ideas why and how to prevent this behavior?

Thanks Thomas
 
K

Ken Slovak - [MVP - Outlook]

You have to find the newly added recurring series and delete it.

VBA doesn't use the Interop, it's unmanaged code.

"Mueller-Lynch Thomas" <MuellerLynchThomas> wrote

in message news:C5CD779F-B594-410A-92A2-A2425F11A942@microsoft.com...
> If someone adds the birthday date to a contact via Outlook, Outlook
> creates a
> calendar series which doesn't get changed or doubled if you change
> anything
> at the contact (how it should be).

> If you do the same via VBA via the
> Microsoft.Office.Interop.Outlook.Application Namespace every
> "myItem.Save()"
> of an contact item results in a new calendar series.

> Any ideas why and how to prevent this behavior?
> Thanks Thomas
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
G Add contacts birthday to calendar Using Outlook 4
G Create ordinal numbers for birthday Outlook VBA and Custom Forms 2
G Send a greeting message to a contact on birthday Outlook VBA and Custom Forms 5
Fozzie Bear Sharing Birthday Calendar Using Outlook.com accounts in Outlook 3
A add birthday to outlook contacts Using Outlook 1
A Birthday reminders now ending after 10 years?? Using Outlook 4
S Birthday and Anniversary records Using Outlook 2
S Birthday and Anniversary fields Exchange Server Administration 3
B Birthday dates automatically (and improperly) placed in Birthday Details Using Outlook 2
T Birthday events in Calendar Using Outlook 4
P [SOLVED] Outlook-Hotmail Birthday Calendar changed by one day Using Outlook.com accounts in Outlook 8
H i ditect birthday appointments from calendar appointments Outlook VBA and Custom Forms 4
V Birthday Field - How can one set it without generating a calendar Outlook VBA and Custom Forms 1
T Categorizing different colors for a series of events Using Outlook 0
Diane Poremsky Create a Series of Tasks using VBA Using Outlook 0
B Series of calendar events? Or Tasks? Using Outlook 1
D Unable to remove the series of reoccurring appointment Using Outlook 2
H skip one ocurrence appointment from recurring appointment series Outlook VBA and Custom Forms 5
e_a_g_l_e_p_i Question about calendar Using Outlook 5
icacream Outlook 2021 - Google calendar in the peek Using Outlook 0
e_a_g_l_e_p_i MY Outlook 2021 changed the format of the shortcuts for mail, calendar etc. Using Outlook 10
Fozzie Bear Shared Calendar For Scheduled Tasks Using Outlook.com accounts in Outlook 2
K Add an entry to a specific calendar Using Outlook 1
F Add a category before "Send an Email When You Add an Appointment to Your Calendar" Outlook VBA and Custom Forms 0
L Synch Outlook 365 calendar with iPhone Using Outlook 0
C Recover calendar Using Outlook 0
R How to prevent corrupted Notes format in Calendar and Contacts Using Outlook 0
L Duplicate calendar entries in Outlook 365 Using Outlook 4
G Stop Outlook 365 adding meetings to calendar Using Outlook 2
Christopher M Outlook 365 HELP! Calendar Craziness! Using Outlook 5
J Event/Meeting in Outlook Does Not Align with SharePoint Calendar Using Outlook 5
Commodore Slow calendar Using Outlook 0
C How to import Outlook calendar? Using Outlook 1
e_a_g_l_e_p_i Outlook 2021 all appointments not showing in calendar Using Outlook 2
V iCloud calendar problems, Outlook shuts down immediately Using Outlook 2
KeithJB iCloud calendar sync only works one way! Using Outlook 3
V Backup Calendar, Contacts, Tasks in an POP3 data file Using Outlook 3
O Unable to make changes to an existing Calendar entry Using Outlook 11
J VBA for outlook to compare and sync between calendar Outlook VBA and Custom Forms 1
A Meeting organizer calendar intermittently drops meeting after delegate sends invite Using Outlook 0
A Meeting organizer calendar intermittently drops meeting after delegate sends invite Exchange Server Administration 0
T Outlook 2010 Cannot edit Calendar entries in OL 2010. Using Outlook 1
M On behalf of not showing on calendar for boss Using Outlook 1
C Outlook 2016 Unable to delete Gmail IMAP calendar Using Outlook 3
A force outlook to default to MY calendar Using Outlook 3
O Carriage Return - Line Feeds - exporting Calendar events Using Outlook 0
K How to share multiple calendar items Using Outlook 1
P Calendar Day View only shows 1 all day event Using Outlook 0
Hobbes Outlook 365 Calendar spreads into second calendar Using Outlook 3
J Macro to Insert a Calendar Outlook VBA and Custom Forms 8

Similar threads

Top