

- #Outlook for mac calendar entry creation date how to
- #Outlook for mac calendar entry creation date update
- #Outlook for mac calendar entry creation date code
In addition, make sure you are using the latest version of whatever sync application or add-in that you may use with Outlook. If you are using multiple sync methods, only use 1 at a time and only start combining after you’ve verified that none of the syncs are creating duplicates of their own. You can now turn back on syncing and test it. Now create a new recurring item or a meeting items and make any modification after saving or sending and see if you still are getting duplicates. In other words use plain vanilla Outlook.

In either case, you should start with disabling all the syncs that have been set up.
#Outlook for mac calendar entry creation date update
As said, most duplications appear to be happening when you receive an update for a meeting or when you modify a recurring item see if this is also the case for you.
#Outlook for mac calendar entry creation date how to
How to locate the source depends a bit on if you are able to reproduce the duplication and how many devices you are synching with. If not all the items are duplicated, it usually only affects meetings which got updated and recurring items. This can happen in some cases where synching and accessing your mailbox and/or Calendar on multiple mobile devices is involved. How did this happen and how can I troubleshoot and fix this? While you can use the macro above to get the value of any field, to get the ending date of a recurring appointment or task, you need to get the recurrence pattern then check the PatternEndDate field.Looking at my Calendar, I see that several (not all) of my appointments and meetings are suddenly showing up multiple times (some even more than 5 times!). Get the end date of a recurring appointment or task

Select Case TypeName(objApp.ActiveWindow) MsgBox "This item was created on " & oItem.CreationTime To use it, open or select an Outlook item then click the macro button.
#Outlook for mac calendar entry creation date code
Press Alt+F11 to open the VBA editor, right click on Project1, choose Insert > Module then paste the code into the new module.Ĭustomize the QAT or ribbon to create a macro button.įor more information on using the VBA editor, see Use the VBA Editor

This macro displays the created date of any Outlook item, either open or selected. You can also edit it to display additional Outlook fields. Because the macro works with all Outlook items, you can use it instead of the Properties command. While you can see the created date in a custom list view or in Design Form mode, if you need check the date very often, a macro will speed things up.
