Birthday series in calendar

  • Thread starter Thread starter Mueller-Lynch Thomas
  • Start date 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
 
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
P ics calendar entries suddenly open up new Outlook Using Outlook 2
G Forms error on iCloud calendar Using Outlook 15
V select default calendar Outlook VBA and Custom Forms 3
I Outlook 2024 LTSC syncing with iCloud calendar - can only make appt. in iCloud Using Outlook 2
I Cant delete an appointment in Calendar Using Outlook 2
S Missing categories in Outlook calendar Using Outlook 10
M Calendar items have a pale pink blushing Using Outlook 3
P Windows 11/Office 365 - can't forward calendar entry as ics file Using Outlook 3
O How to share calendar categories? Using Outlook 4
T Cannot delete a calendar Using Outlook 0
A OL24 Calendar folder pane too narrow Using Outlook 9
F Sync Outlook Calendar Using Outlook 0
F Show events in Monthly Calendar Using Outlook 3
E Subscribing to another calendar when each party uses Office 365 Family Using Outlook 3
M Retaining old contacts and calendar in new account setup Using Outlook 6
P Email and calendar entry text now shifts right about 3 tabs worth of space Using Outlook 1
N Best way to sync calendar and contacts between Outlook 365 and Outlook on iPhone Using Outlook 4
H Macro to Delete Duplicate items in Outlook calendar where title is the same and date is the same Outlook VBA and Custom Forms 0
J Emails with .ICS calendar invitations attached don't contents when received in Outlook 365 Using Outlook 6
O Any 3rd party tool that sync (mirror) from Outlook Calendar to Google Calendar? Using Outlook 5
Fozzie Bear Calendar Events created on iPhone have suddenly start sending invitations to attendees Using Outlook 2
J Set calendar default to 'none' (policy) Exchange Server Administration 3
J Calendar events created on iPhone automatically changing default alert from 'None' to 'Time of Event' Using Outlook.com accounts in Outlook 0
G Outlook 365 My iCloud Outlook doesn’t work after reinstalling Microsoft365 on Windows 10 PC – now I get error message on contacts and calendar Using Outlook 1
G Creating Macro to scrape emails from calendar invite body Outlook VBA and Custom Forms 6
U When opening shared Calendar "The set of folders cannot be opened" Using Outlook 0
P Can no longer sync Outlook with iPhone calendar after iPhone update to 17.1.1 Using Outlook 7
P turn off the default "all day" check box in new calendar items. How? Using Outlook 1
A Outlook 365 New Appointments All saved to a 365 default calendar on Mac Using Outlook 0
V Unchecking my calendar and leaving shared one visible Outlook VBA and Custom Forms 1
V VBA Categories unrelated to visible calendar and Visual appointment Categories Outlook VBA and Custom Forms 2
M New Calendar Appointments: Conditionally turn off reminder and show time as free Using Outlook 14

Similar threads

Back
Top